Y
Hacker News
new
|
ask
|
show
|
jobs
by
mud_dauber
4004 days ago
Any chance that this is inspired by Forth?
1 comments
Drahflow
4004 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.
link
userbinator
4004 days ago
If you want a more conventional syntax, I'd suggest trying with a recursive-descent/precedence-climbing parser.
link
narag
4004 days ago
You might like Pop11:
https://en.wikipedia.org/wiki/POP-11
link