- Hand rolled recursive descent in TypeScript
- PLY, Python Lex Yacc
- FParsec, parser combinator library for F#
The goal is to compare each approach while tackling some common use cases for parsing strings of text.
- Hand rolled recursive descent in TypeScript
- PLY, Python Lex Yacc
- FParsec, parser combinator library for F#
The goal is to compare each approach while tackling some common use cases for parsing strings of text.