1a456738f60b5b79f2080d2c5394d365ce2c104c
Add TOKEN_BREAK keyword recognition and a loopBody field to the compiler to track the innermost loop's first instruction index. The break statement emits a jump to the end of the current loop, and compile-time errors are reported when break appears outside a loop body, inside a function defined within a loop, or inside a method defined within a loop. New test files verify correct behavior for break in while loops, nested loops, and error cases for invalid break usage.
Description
Highly customized version of the wren programming language. It has all the modules that you would expect in a std library including http, websockets, sqlite3 and jinja-like templating engine. The idea is to make it suitable for web development.
22 MiB
Languages
HTML
50%
C
22.2%
PHP
13.4%
C++
6%
Makefile
2.9%
Other
5.5%