openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
NAAb
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
New Project
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Mar 23, 2025 — Mar 23, 2026
Showing page 1 of 10
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
feat: interpreter fuzzing with libFuzzer + ASAN + UBSAN
Termux User
More...
2 days ago
feat: parser fuzzing with libFuzzer + ASAN + UBSAN
Termux User
More...
2 days ago
docs: add formal EBNF grammar extracted from parser.cpp
Termux User
More...
2 days ago
docs: formalize governance as policy engine, add SECURITY.md
Termux User
More...
2 days ago
feat: gradual type checking — unified type system with --strict-types flag
Termux User
More...
2 days ago
refactor: split interpreter.cpp (10,791 → 7 focused files)
Termux User
More...
2 days ago
fix: 3 type/generator bypass bugs + 229 hardening assertions
Termux User
More...
3 days ago
docs: update README, webpage, and CHANGELOG for v0.6.0
Termux User
More...
3 days ago
fix: test integrity — LAYER5_TOTAL=10, interfaces static balance
Termux User
More...
3 days ago
feat: URL imports — import modules directly from https URLs
Termux User
More...
3 days ago
feat: interactive REPL — naab-lang with no args starts Read-Eval-Print Loop
Termux User
More...
3 days ago
feat: stdlib completion — file ops, http methods, path module, io.input
Termux User
More...
3 days ago
feat: interfaces, generators/yield — two new language primitives
Termux User
More...
3 days ago
feat: pattern matching enhancements — guards, bindings, array destructuring
Termux User
More...
3 days ago
feat: add f-string syntax for cleaner string interpolation
Termux User
More...
4 days ago
feat: add 'not in' operator and array/string slicing
Termux User
More...
4 days ago
feat: add string repetition and default param docs
Termux User
More...
4 days ago
feat: add 'in' containment operator for dicts, arrays, and strings
Termux User
More...
4 days ago
feat: compound subscript assignment (arr[i] += val, dict["k"] -= val)
Termux User
More...
4 days ago
feat: add dict.entries()/merge() and null coalescing assignment (??=)
Termux User
More...
4 days ago
feat: add for loop destructuring and spread/rest operator
Termux User
More...
4 days ago
feat: add spread/rest operator (...) for array destructuring
Termux User
More...
4 days ago
feat: implement destructuring assignment for arrays and dicts
Termux User
More...
4 days ago
feat: implement optional chaining (?.) for null-safe property and method access
Termux User
More...
4 days ago
feat: add string lexicographic comparison for <, <=, >, >=
Termux User
More...
4 days ago
docs: add taint tracking, contracts, audit, scanner to chapter 21
Termux User
More...
4 days ago
test: complete 100% stdlib coverage — 92/92 functions tested
Termux User
More...
4 days ago
test: close stdlib coverage gap — 75% to 94% (87/92 functions)
Termux User
More...
4 days ago
test: add 5-layer meta-test validation suite (test the tests)
Termux User
More...
4 days ago
test: add 8 exhaustive robustness test files (~270 assertions)
Termux User
More...
4 days ago
←
1
2
3
4
5
6
7
8
9
10
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree