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 bd90a3ed6d - Show all commits

View File

@ -12,7 +12,6 @@ namespace ppc {
std::size_t code_start;
std::string filename;
location_t &operator=(const location_t &other);
bool operator==(const location_t &other) const;
bool operator !=(const location_t &other) const {
return !(*this == other);