A Reverse Polish Lisp language implemented in Ruby
Find a file
2021-10-30 23:37:15 +02:00
lib split out parser 2021-10-30 23:36:49 +02:00
spec unit-test parser ruby spec/parser_spec.rb <-n test_parse_input_word> 2021-10-30 23:37:15 +02: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 split out parser 2021-10-30 23:36:49 +02:00

rpn.rb

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