index
:
catskill
this commit
main
a c preprocessor with delusions of grandeur.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot
/
tests
Age
Commit message (
Expand
)
Author
2026-05-28
Add tests for function value passing and capturing closure behavior
Mel
2026-05-28
Allow no arguments for calls and constructs
Mel
2026-05-28
Test runner should ignore any hidden files in test folders
Mel
2026-05-28
Use semicolon tokens as statement separators
Mel
2026-05-28
Split endless and while loops into `loop` and `while`
Mel
2026-05-24
Power operator via runtime library implementation
Mel
2026-05-24
Emit IR/C increment/decrement in expression position
Mel
2026-05-24
Make diagnostics generic over passes, condensing different error handling
Mel
2026-05-06
Lowering pass test harness, and initial pass test suite
Mel
2026-05-06
Tests for new IR transpiler
Mel
2026-05-04
Remove previous source tree-based transpiler, wire in lowering pass
Mel
2026-01-25
Allow different transpile pass output types
Mel
2025-12-29
Add first bootstrapping transpiler test
Mel
2025-08-05
Add 'transpile' to test harness targets
Mel
2025-07-23
Add option to test suite to auto-adjust expected output in definition
Mel
2025-07-22
Remove ambiguity from construct expressions and if/for/while blocks
Mel
2025-07-18
Separate call/construct expression back into parts
Mel
2025-07-18
Add catboot test for simple types
Mel
2025-07-10
Fix nil-dereference in `parser_node_type_class`
Mel
2025-07-06
Print formatted lex token value next to token type
Mel
2025-07-06
Correct handling of empty block nodes
Mel
2025-07-06
Parse variadic parameters in function definitions
Mel
2025-07-05
Correctly recurse over self-containing non-homogenous postfix-type expressions
Mel
2025-07-05
Try (?) & must (!) expressions
Mel
2025-07-04
Print completed single test result
Mel
2025-07-04
Tree printer handle whitespace more consistently
Mel
2025-07-04
Do not remove failed test artifact file for inspection
Mel
2025-07-04
Test suite runner prototype for `catboot`
Mel