Y
Hacker News
new
|
ask
|
show
|
jobs
by
zoover2020
1210 days ago
Amazing! As an avid lifter this is a really cool concept. Any background on the DSL implementation?
Will try it soon :)
1 comments
astashov
1210 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...
link