A Reverse Polish Lisp language implemented in Ruby
Find a file
Gwenhael Le Moine 9eb17e6555
fix time's test
2022-03-09 13:20:34 +01:00
bin [WIP] almost there 2022-02-26 18:53:39 +01:00
lib 0.7.2 2022-03-09 11:23:30 +01:00
spec fix time's test 2022-03-09 13:20:34 +01:00
.gitignore Initial commit 2021-10-30 17:44:38 +02:00
LICENSE Initial commit 2021-10-30 17:44:38 +02:00
Rakefile replace Makefile with equivalent Rakefile 2022-02-22 16:53:28 +01:00
README.md advertise rake commands in README 2022-03-09 11:22:20 +01:00
rpl.gemspec 0.7.2 2022-03-09 11:23:30 +01:00

rpl.rb

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

To run REPL locally: rake run

To run the test suite: rake test

TODO-list

Not implemented

  • use IFT, IFTE . if . then . else . end
  • use LOOP, TIMES . start . for . next . step . do . until . while . repeat
  • use LSTO . ->, →