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 4.5 MiB
2026-02-04 19:21:52 +08:00
Languages
C++ 98.7%
Python 0.7%
Lua 0.2%
Dockerfile 0.2%