feat: add ability for Lexer to add macros to ParseContext

Reporter: dc03  |  Status: open  |  Last Modified: July 18, 2022, 01:22:25 pm

This relies on a horrible const_cast hack, as the ParseContext is always a const pointer however AddMacro requires modifying its state in macro_map.

Please sign in to post comments, or you can view this issue on GitHub.