A Reverse Polish Lisp language implemented in Ruby
Find a file
Gwenhael Le Moine edd0884f9d
s/display/frame_buffer/g
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2022-08-30 13:37:34 +02:00
bin [WIP] almost there 2022-02-26 18:53:39 +01:00
lib s/display/frame_buffer/g 2022-08-30 13:37:34 +02:00
spec Merge branch 'trunk' of ssh://src.le-moine.org:38172/gwh/rpl.rb into trunk 2022-03-12 22:23:18 +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 namespaces todo explanation 2022-05-11 15:37:31 +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

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 . ->, →