The runtime should not deal with any Json. I want to introduce a compile step to build up the abstract syntax tree in memory rather than parse Json on the fly.
This should simplify the process greatly, and allow for different parsers to be implemented in the future.
The runtime should not deal with any Json. I want to introduce a compile step to build up the abstract syntax tree in memory rather than parse Json on the fly.
This should simplify the process greatly, and allow for different parsers to be implemented in the future.