Y
Hacker News
new
|
ask
|
show
|
jobs
by
RushPL
3496 days ago
After trying hand-written approach and later perl's Parse::RecDescent I ended up using peg.js (
http://pegjs.org
) parser generator. It was probably the most flexible and performant out of all the options I tried.
1 comments
mplewis
3496 days ago
Peg.js is excellent. I'm working on a browser IDE for it to help people learn how to build programming languages.
link