This website requires JavaScript.
Explore
Help
Register
Sign In
baraba
/
bux-lang
Watch
1
Star
0
Fork
0
You've already forked bux-lang
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
44bac83471736b2d7583015699d2a7041b6e060a
bux-lang
/
tests
T
History
dimgigov
84df4bba9d
feat: bux test runner, bitwise-not parsing, stdlib discovery hardening\n\n- Add 'bux test' runner: discovers tests/*.bux, builds each in a temp package, runs and reports PASS/FAIL.\n- Fix unary ~ parsing and C emission in self-hosted compiler.\n- Harden stdlib discovery (require Fs.bux, avoid system /lib) and lstat in directory traversal.\n- Selfhost loop passes: buxc2 builds src/ and produces identical C output + stripped binary.\n- Update PLAN.md with completed milestones.
2026-06-12 22:19:13 +03:00
..
golden
feat: bux test runner, bitwise-not parsing, stdlib discovery hardening\n\n- Add 'bux test' runner: discovers tests/*.bux, builds each in a temp package, runs and reports PASS/FAIL.\n- Fix unary ~ parsing and C emission in self-hosted compiler.\n- Harden stdlib discovery (require Fs.bux, avoid system /lib) and lstat in directory traversal.\n- Selfhost loop passes: buxc2 builds src/ and produces identical C output + stripped binary.\n- Update PLAN.md with completed milestones.
2026-06-12 22:19:13 +03:00
testdata
v0.3.0: restructure directories
2026-06-06 04:53:39 +03:00
borrow_test
feat: bux test runner, bitwise-not parsing, stdlib discovery hardening\n\n- Add 'bux test' runner: discovers tests/*.bux, builds each in a temp package, runs and reports PASS/FAIL.\n- Fix unary ~ parsing and C emission in self-hosted compiler.\n- Harden stdlib discovery (require Fs.bux, avoid system /lib) and lstat in directory traversal.\n- Selfhost loop passes: buxc2 builds src/ and produces identical C output + stripped binary.\n- Update PLAN.md with completed milestones.
2026-06-12 22:19:13 +03:00
borrow_test.nim
feat: borrow expr, parser fix, borrow tests, borrow example
2026-06-07 18:09:40 +03:00
hir_test.nim
v0.3.0: restructure directories
2026-06-06 04:53:39 +03:00
lexer_test.nim
v0.3.0: restructure directories
2026-06-06 04:53:39 +03:00
parser_test.nim
v0.3.0: restructure directories
2026-06-06 04:53:39 +03:00
sema_test.nim
fix(test): update wrong-args error message expectation
2026-06-10 00:28:18 +03:00
test_ast_fields
fix: selfhost CLI run command, lexer char literal, parser test path, calloc in runtime
2026-06-02 00:50:16 +03:00
test_ast_fields.nim
fix(selfhost): stdlib path + merge all modules, not just imports
2026-06-06 05:02:48 +03:00
test_parse_ast
fix: selfhost CLI run command, lexer char literal, parser test path, calloc in runtime
2026-06-02 00:50:16 +03:00
test_parse_ast.nim
fix(selfhost): stdlib path + merge all modules, not just imports
2026-06-06 05:02:48 +03:00