Ditch the grammar file: write your DSL parser in plain TypeScript
Parser generators are overkill for most bounded-context DSLs.
If you have ever opened a Yacc grammar file and wondered why building a language requires learning a second language, you are not alone. Parser generators are…