AST building #2

Merged
TopchetoEU merged 74 commits from TopchetoEU/ast-building into master 2022-10-28 11:58:03 +00:00
Showing only changes of commit c5f8438f1a - Show all commits

View File

@ -10,7 +10,7 @@ namespace ppc {
std::size_t start;
std::size_t length;
std::size_t code_start;
const std::string &filename;
std::string filename;
location_t &operator=(const location_t &other);
bool operator==(const location_t &other) const;