A Reverse Polish Lisp language implemented in Ruby
Find a file
2022-08-30 16:42:46 +02:00
bin REPL outputs stack and variables defined as RPL.rb code 2022-07-03 19:46:05 +02:00
lib document some Complex words 2022-08-30 16:42:46 +02:00
spec [bug] fix variable overwriting bug 2022-08-30 14:35:13 +02: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 [bug] fix variable overwriting bug 2022-08-30 14:35:13 +02:00
rpl.gemspec 0.8.0 2022-03-12 22:26:17 +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

BUGs

TODO-list

  • pseudo filesystem: subdir/namespace for variables . 'a dir' crdir 'a dir' cd vars
  • SDL-based graphic environment/API

Not implemented

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