COMMITS
August 6, 2026
T
Merge branch 'refs/heads/dev'
T14Raptor committed
August 3, 2026
I
fix(scanner): always advance so Next reaches Eof (#63)
Ian Carroll committed
July 6, 2026
T
Update documentation link in README.md
toman-tom committed
July 2, 2026
T
perf(resolver): global symbol table + scope pooling
T14Raptor committed
T
fix(parser): call parseSwitchCase instead of parseCaseStatement
T14Raptor committed
T
refactor(ast): rename CaseStatement->SwitchCase, CatchStatement->CatchClause
T14Raptor committed
T
refactor(ast): struct-based union specs + shared astgen generator
T14Raptor committed
June 8, 2026
T
perf(parser): arena-allocate assignment LHS
T14Raptor committed
T
perf(parser): parse binding patterns directly instead of via the cover gramma
T14Raptor committed
T
fix(ast): correct Idx0/Idx1 source spans
T14Raptor committed
J
refactor(ast): replace interfaces with tagged unions (#42)
James committed
April 24, 2026
April 15, 2026
T
refactor(generator): precedence-passing codegen with binary expr linearizer
T14Raptor committed
April 13, 2026
T
fix(ast): ignore operator types for clone codegen
T14Raptor committed
T
refactor(parser): move token package into scanner
T14Raptor committed
T
fix(ast/ext): use operator types
T14Raptor committed
T
fix(ast): ignore operator types for visit codegen
T14Raptor committed
G
Auto-generate visit.go
GitHub Action committed
T
refactor(ast): add operator and precedence enums
T14Raptor committed
April 10, 2026
T
refactor: move transform pkg into its own repository
T14Raptor committed
T
feat(generator): add option to minify generated source
T14Raptor committed
T
fix(parser): correctly handle nested destructuring in for...of bindings
T14Raptor committed
T
feat: support BigInt literals
T14Raptor committed
T
feat(parser): support `for await...of` statements
T14Raptor committed
T
fix(ast): use nil identifier for unnamed function literals
T14Raptor committed
T
refactor(ast): store ParameterLists as pointers
T14Raptor committed
April 3, 2026
T
ast: Optimize node type sizes by restructuring fields
T14Raptor committed
April 2, 2026
P
fix: support new.target in code generation (#41)
Peter committed
March 16, 2026
Z
fix contextual "of" parsing outside for-of loops (#39)
zedd3v committed
March 15, 2026
T
Merge branch 'master' into dev
T14Raptor committed