Wow, I was just reading about the compilation pipeline today!

I suppose you could use at least the lexing part from a generator like `flex`, 
not so sure about using AST generators **easily** (it 's possible).

Is your language complicated enough to warrant a parser generator or could you 
just use a custom parser?

Reply via email to