A Reverse Polish Lisp language implemented in Ruby
Find a file
Gwenhael Le Moine d537087088
merge
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2021-12-07 16:17:28 +01:00
lib merge 2021-12-07 16:17:28 +01:00
spec merge 2021-12-07 16:17:28 +01:00
.gitignore Initial commit 2021-10-30 17:44:38 +02:00
language.rb split language and REPL; lib/language → lib/core 2021-12-07 16:03:03 +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 Rpl::Repl → RplRepl 2021-12-07 16:09:17 +01:00

rpn.rb

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