offer alternatives to not-implemented words
This commit is contained in:
parent
14567f4d96
commit
777659da1c
1 changed files with 16 additions and 13 deletions
29
README.md
29
README.md
|
@ -12,17 +12,20 @@ To run the test suite: `find ./spec/ -name \*.rb -exec ruby -Ilib {} \;`
|
|||
* 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
|
||||
* ->, →
|
||||
* use IFT, IFTE
|
||||
. if
|
||||
. then
|
||||
. else
|
||||
. end
|
||||
* use LOOP, TIMES
|
||||
. start
|
||||
. for
|
||||
. next
|
||||
. step
|
||||
. do
|
||||
. until
|
||||
. while
|
||||
. repeat
|
||||
* use LSTO
|
||||
. ->, →
|
||||
* edit
|
||||
|
|
Loading…
Reference in a new issue