Hacker News new | ask | show | jobs
by Drahflow 4005 days ago
Define "inspired". I became aware of Forth while implementing Elymas. But the decision to make it stack based was actually because I was too lazy (after some attempts) to implement a correct LALR-parser-generator.
2 comments

If you want a more conventional syntax, I'd suggest trying with a recursive-descent/precedence-climbing parser.