rpl.rb/README.md
Gwenhael Le Moine 8b07724e50
make it a gem
2022-02-15 17:06:19 +01:00

468 B

rpl.rb

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

To run REPL locally: ruby -Ilib bin/rpl

To run the test suite: find ./spec/ -name \*.rb -exec ruby -Ilib {} \;

TODO-list

Not implemented

  • if
  • then
  • else
  • end
  • start
  • for
  • next
  • step
  • do
  • until
  • while
  • repeat
  • ->, →
  • edit