Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-15 | Implement constructors for pp_err_t | Aryadev Chavali | |
2024-04-15 | Implement preprocess_use_blocks | Aryadev Chavali | |
While being very similar in style to the C version, it takes 27 lines of code less to implement it due to the niceties of C++ (41 lines vs 68). | |||
2024-04-14 | parser -> preprocesser + parser | Aryadev Chavali | |
I've decided to split the module parsing into two modules, one for the preprocessing stage which only deals with tokens and the parsing stage which generates bytecode. |