@0xM4LL0C

0 Followers
1 Following
1 Posts

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

#yuji #programming #lang #dev

GitHub - 0xM4LL0C/yuji: yuji programming language

yuji programming language. Contribute to 0xM4LL0C/yuji development by creating an account on GitHub.

GitHub