gencpp/project/components/gen
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
..
ast_inlines.hpp WIP : better AST::debug_str() 2023-09-12 02:32:44 -04:00
ecode.hpp WIP : better AST::debug_str() 2023-09-12 02:32:44 -04:00
eoperator.hpp WIP : better AST::debug_str() 2023-09-12 02:32:44 -04:00
especifier.hpp WIP : better AST::debug_str() 2023-09-12 02:32:44 -04:00
etoktype.cpp Added support for inline comments 2023-08-23 00:25:14 -04:00