Y
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
userbinator
4005 days ago
If you want a more conventional syntax, I'd suggest trying with a recursive-descent/precedence-climbing parser.
link
narag
4005 days ago
You might like Pop11:
https://en.wikipedia.org/wiki/POP-11
link