gencpp/project/auxillary
Ed_ 4b48b96a79 WIP : better AST::debug_str()
Now its more contexually rich to the ast type, however I need to hookup tokens from parsing to the AST. There needs to be a way for the debug string to lookup the token and provide the contexual line.
Can either pass it ( TokArray* toks ) from the parser on failure (or `CodeFile`)..
Technically there is more than enough room for another Token* ptr. I could add another and specifiers would still have at minimum 14 slots before needing to extended to next specs.
**************... yeah
2023-09-12 02:32:44 -04:00
..
builder.cpp More fixes from clang warnings. Parser::lex prep for changes 2023-09-07 22:52:51 -04:00
builder.hpp Fixes for auxilary code + typo fix in ast.cpp 2023-08-29 00:03:08 -04:00
scanner.cpp compiles agian... 2023-08-21 21:40:23 -04:00
scanner.hpp WIP : better AST::debug_str() 2023-09-12 02:32:44 -04:00