A Reverse Polish Lisp language implemented in Ruby
Find a file
Gwenhael Le Moine 912ca03f9c
implement BREAK
2022-02-09 16:37:46 +01:00
lib implement VERSION and UNAME 2022-02-09 16:35:54 +01:00
spec test core.stringify 2022-02-09 16:35:17 +01:00
.gitignore Initial commit 2021-10-30 17:44:38 +02:00
interpreter.rb implement BREAK 2022-02-09 16:37:46 +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 implement VERSION and UNAME 2022-02-09 16:35:54 +01:00

rpl.rb

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

TODO-list