0
I Use This!
New Project

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
feat: interpreter fuzzing with libFuzzer + ASAN + UBSAN More... 2 days ago
feat: parser fuzzing with libFuzzer + ASAN + UBSAN More... 2 days ago
docs: add formal EBNF grammar extracted from parser.cpp More... 2 days ago
docs: formalize governance as policy engine, add SECURITY.md More... 2 days ago
feat: gradual type checking — unified type system with --strict-types flag More... 2 days ago
refactor: split interpreter.cpp (10,791 → 7 focused files) More... 2 days ago
fix: 3 type/generator bypass bugs + 229 hardening assertions More... 3 days ago
docs: update README, webpage, and CHANGELOG for v0.6.0 More... 3 days ago
fix: test integrity — LAYER5_TOTAL=10, interfaces static balance More... 3 days ago
feat: URL imports — import modules directly from https URLs More... 3 days ago
feat: interactive REPL — naab-lang with no args starts Read-Eval-Print Loop More... 3 days ago
feat: stdlib completion — file ops, http methods, path module, io.input More... 3 days ago
feat: interfaces, generators/yield — two new language primitives More... 3 days ago
feat: pattern matching enhancements — guards, bindings, array destructuring More... 3 days ago
feat: add f-string syntax for cleaner string interpolation More... 4 days ago
feat: add 'not in' operator and array/string slicing More... 4 days ago
feat: add string repetition and default param docs More... 4 days ago
feat: add 'in' containment operator for dicts, arrays, and strings More... 4 days ago
feat: compound subscript assignment (arr[i] += val, dict["k"] -= val) More... 4 days ago
feat: add dict.entries()/merge() and null coalescing assignment (??=) More... 4 days ago
feat: add for loop destructuring and spread/rest operator More... 4 days ago
feat: add spread/rest operator (...) for array destructuring More... 4 days ago
feat: implement destructuring assignment for arrays and dicts More... 4 days ago
feat: implement optional chaining (?.) for null-safe property and method access More... 4 days ago
feat: add string lexicographic comparison for <, <=, >, >= More... 4 days ago
docs: add taint tracking, contracts, audit, scanner to chapter 21 More... 4 days ago
test: complete 100% stdlib coverage — 92/92 functions tested More... 4 days ago
test: close stdlib coverage gap — 75% to 94% (87/92 functions) More... 4 days ago
test: add 5-layer meta-test validation suite (test the tests) More... 4 days ago
test: add 8 exhaustive robustness test files (~270 assertions) More... 4 days ago