A Reverse Polish Lisp language implemented in Ruby
Find a file
2021-12-02 15:33:22 +01:00
lib implement pi, e and some operations 2021-12-02 15:33:22 +01:00
spec implement pi, e and some operations 2021-12-02 15:33:22 +01:00
.gitignore Initial commit 2021-10-30 17:44:38 +02: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 implement BASE&co, store numeric's base and adapt display 2021-11-23 16:16:21 +01:00

rpn.rb

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