PuqiAR 014803b705 feat: implement for-loops with proper scope management
- Add support for C-style for loops: for (init; condition; increment) { body }
- Implement three-level scoping: loop context + per-iteration contexts
- Add semicolon disabler for increment statements using RAII guards
- Support break/continue/return control flow with scope validation
- Fix semicolon handling in parser for flexible for-loop syntax
2025-12-21 22:55:46 +08:00
2025-12-20 21:40:57 +08:00
2025-12-20 20:46:06 +08:00
2025-12-19 20:38:40 +08:00
2025-12-21 11:48:46 +08:00
2025-12-19 20:38:40 +08:00
2025-12-19 20:38:40 +08:00
2025-12-20 21:54:09 +08:00
Description
The Fig Programming Language
MIT 2.5 MiB
Languages
C++ 98.6%
Python 0.7%
Lua 0.3%
Dockerfile 0.2%