mirror of
https://github.com/samsonjs/compiler.git
synced 2026-04-08 11:05:47 +00:00
No description
While and until loops work as in C and Ruby. Repeat loops infinitely (or until a break is encountered). Break is used to break out of the innermost loop construct. |
||
|---|---|---|
| .gitignore | ||
| compiler.rb | ||
| cradle.rb | ||
| epilogue.asm | ||
| interpreter.rb | ||
| Makefile | ||
| prologue.asm | ||
| template.asm | ||
| test.code | ||
| test.rb | ||
| testi.code | ||
| testi.rb | ||