A Reverse Polish Lisp language implemented in Ruby
Find a file
Gwenhael Le Moine 413f98c964
if → case
2021-12-15 13:31:32 +01:00
lib useless code 2021-12-15 13:31:14 +01:00
spec fix parsing " " word 2021-12-15 13:30:57 +01:00
.gitignore Initial commit 2021-10-30 17:44:38 +02:00
language.rb all tests use lang.run() instead of handcrafted stacks 2021-12-08 16:08:49 +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 if → case 2021-12-15 13:31:32 +01:00

rpn.rb

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