A Reverse Polish Lisp language implemented in Ruby
Find a file
Gwenhael Le Moine 6982deaefc
x/0 = ∞
2022-02-09 16:31:24 +01:00
lib all :numerics need to be BigDecimal 2022-02-09 16:29:01 +01:00
spec refactoring: inline parser & runner into Interpreter 2022-02-09 13:38:32 +01:00
.gitignore Initial commit 2021-10-30 17:44:38 +02:00
interpreter.rb refactoring: inline parser & runner into Interpreter 2022-02-09 13:38:32 +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