Y
Hacker News
new
|
ask
|
show
|
jobs
by
finnh
529 days ago
The sample flat program in the post is exactly RPN, no?
1 comments
samps
529 days ago
I think it would be more like RPN if it used a stack, and operands were specified as relative offsets (i.e., stack offsets). In the version I wrote, operands are still represented as absolute offsets in the expression table.
link