- Published on
Defining the classes of an AST can be cumbersone due to the high amount of nodes and redundant code. Dynamic classes in JS can make this process much easier.
A blog about parsing and in-depth explanations of whatever I'm learning at the moment