about summary refs log tree commit diff
path: root/boot/tests
AgeCommit message (Expand)Author
2026-01-25Allow different transpile pass output typesMel
2025-12-29Add first bootstrapping transpiler testMel
2025-08-05Add 'transpile' to test harness targetsMel
2025-07-23Add option to test suite to auto-adjust expected output in definitionMel
2025-07-22Remove ambiguity from construct expressions and if/for/while blocksMel
2025-07-18Separate call/construct expression back into partsMel
2025-07-18Add catboot test for simple typesMel
2025-07-10Fix nil-dereference in `parser_node_type_class`Mel
2025-07-06Print formatted lex token value next to token typeMel
2025-07-06Correct handling of empty block nodesMel
2025-07-06Parse variadic parameters in function definitionsMel
2025-07-05Correctly recurse over self-containing non-homogenous postfix-type expressionsMel
2025-07-05Try (?) & must (!) expressionsMel
2025-07-04Print completed single test resultMel
2025-07-04Tree printer handle whitespace more consistentlyMel
2025-07-04Do not remove failed test artifact file for inspectionMel
2025-07-04Test suite runner prototype for `catboot`Mel