A Reverse Polish Lisp language implemented in Ruby
Find a file
Gwenhael Le Moine b54f68d716
alias semantic
2021-12-16 15:22:55 +01:00
lib DUP by copy instead of reference 2021-12-16 15:22:33 +01:00
spec implement FWRITE, test FEVAL too 2021-12-16 11:02:42 +01:00
.gitignore Initial commit 2021-10-30 17:44:38 +02:00
language.rb alias semantic 2021-12-16 15:22:55 +01:00
LICENSE Initial commit 2021-10-30 17:44:38 +02:00
README.md Initial commit 2021-10-30 17:44:38 +02:00
repl.rb implement →LIST and LIST→; display lists, REV and + lists 2021-12-16 15:21:23 +01:00

rpn.rb

https://github.com/louisrubet/rpn/ implementation in ruby