Hacker News new | ask | show | jobs
by astashov 1209 days ago
It's a simple recursive descent parser, written in TypeScript from scratch. About 500 lines of code: https://github.com/astashov/liftosaur/blob/master/src/parser...