rpl.rb/README.md
2022-02-10 14:33:09 +01:00

23 lines
351 B
Markdown

# rpl.rb
https://github.com/louisrubet/rpn/ inspired language in ruby
# TODO-list
* pseudo filesystem: subdir for variables
* UI toolkit (based on https://github.com/AndyObtiva/glimmer-dsl-libui ?)
# Not implemented
* if
* then
* else
* end
* start
* for
* next
* step
* do
* until
* while
* repeat
* ->, →
* edit