build_visitor first iteration

This commit is contained in:
ProgramSnail 2023-03-29 23:19:54 +03:00
parent 622b86f6c6
commit 582ad5668e
5 changed files with 338 additions and 116 deletions

View file

@ -131,7 +131,7 @@ private:
// Identifiers, constants, etc. -----------------
// // void Visit(AnyIdentifier* node) override; // std::string
void Visit(AnyIdentifier* node) override; // std::string
void Visit(FloatNumberLiteral* node) override;
void Visit(NumberLiteral* node) override;