mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 15:54:45 -08:00
Ed_
4b48b96a79
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 |
||
---|---|---|
.. | ||
gen | ||
ast_case_macros.cpp | ||
ast_types.hpp | ||
ast.cpp | ||
ast.hpp | ||
header_end.hpp | ||
header_start.hpp | ||
inlines.hpp | ||
interface.cpp | ||
interface.hpp | ||
interface.parsing.cpp | ||
interface.untyped.cpp | ||
interface.upfront.cpp | ||
src_start.cpp | ||
static_data.cpp | ||
types.hpp |