A Reverse Polish Lisp language implemented in Ruby
Find a file
2022-02-09 16:33:47 +01:00
lib parser a static method of Interpreter 2022-02-09 16:33:47 +01:00
spec parser a static method of Interpreter 2022-02-09 16:33:47 +01:00
.gitignore Initial commit 2021-10-30 17:44:38 +02:00
interpreter.rb parser a static method of Interpreter 2022-02-09 16:33:47 +01:00
LICENSE Initial commit 2021-10-30 17:44:38 +02:00
README.md generalize use of BigDecimal in :numeric's 2022-02-09 10:53:00 +01:00
repl.rb x/0 = ∞ 2022-02-09 16:31:24 +01:00

rpl.rb

https://github.com/louisrubet/rpn/ inspired language in ruby

TODO-list