Tagged Questions
1
vote
6answers
707 views
Dynamic (?) parser
Does there exist a parser that generates an AST/parse tree at runtime? Kind of like a library that would accept a string of EBNF grammar or something analogous and spit out a data structure?
I'm ...