A Reverse Polish Lisp language implemented in Ruby
Find a file
Gwenhael Le Moine 080bac161f
logic
2021-12-15 13:33:40 +01:00
lib logic 2021-12-15 13:33:40 +01:00
spec add string REV & SPLIT 2021-12-15 13:32:48 +01:00
.gitignore Initial commit 2021-10-30 17:44:38 +02:00
language.rb move loadgin core words in Language 2021-12-15 13:32:21 +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