Yuji v0.2.0 — my tiny scripting language in C!
Written from scratch, small, fast, and easy to understand.
New:
- return, break, continue
- arrays & operations
- anonymous functions (lambdas)
- compound assignments (+=, -=, etc.)
- stdlib: `std/math`, `std/time`, `std/os`, `std/array`
Yuji is standalone, lightweight, and perfect for experimenting with language design.
Feedback, ideas, or help with development are super welcome!
GitHub: https://github.com/0xM4LL0C/yuji