rpl.rb/README.md

24 lines
351 B
Markdown
Raw Normal View History

2022-01-26 16:15:20 +01:00
# rpl.rb
2021-10-30 17:44:38 +02:00
2022-01-26 16:15:20 +01:00
https://github.com/louisrubet/rpn/ inspired language in ruby
2022-01-18 17:06:13 +01:00
# TODO-list
* pseudo filesystem: subdir for variables
* UI toolkit (based on https://github.com/AndyObtiva/glimmer-dsl-libui ?)
2022-02-10 14:33:09 +01:00
# Not implemented
* if
* then
* else
* end
* start
* for
* next
* step
* do
* until
* while
* repeat
* ->, →
* edit