ccc.git
2022-02-02 Mart Lubberscleanup imports main
2022-02-02 Mart Lubbersdocument (all but ast), test script, test output
2022-01-31 Mart Lubbersrestructure, add tests
2021-04-12 Mart Lubbersmore code generation
2021-04-12 Mart Lubbersfix generalisation
2021-03-18 Mart Lubbersmore fixes, vardecl ordering fixed
2021-03-17 Mart Lubbersfix some minor bugs in type checking
2021-03-17 Mart Lubbersreorder variable declarations
2021-03-16 Mart Lubbersmodify array interface
2021-03-12 Mart Lubberscode generation more
2021-03-11 Mart Lubbersfinalise type checking, code generation
2021-03-11 Mart Lubbersprint function generation
2021-03-10 Mart Lubbersmore fixes and start with rts
2021-03-10 Mart Lubbersfix printing parenthesis and fields
2021-03-09 Mart Lubbersremove lists completely
2021-03-09 Mart Lubbersconvert to arrays instead of lists
2021-03-04 Mart Lubberscleanup
2021-03-04 Mart Lubberscleanup
2021-03-04 Mart Lubbersbinary search
2021-03-04 Mart Lubbersmake substitution a sorted set
2021-03-03 Mart Lubbersreduce allocs from 2m to 700k
2021-03-02 Mart Lubbersscoping
2021-02-26 Mart Lubbersfix type checking/inference
2021-02-25 Mart Lubbersfix memory leaks
2021-02-25 Mart Lubbersfix inference and scc
2021-02-24 Mart Lubbersremove memory leaks, fix function inferring
2021-02-24 Mart Lubberslocations, type checking
2021-02-23 Mart Lubbersmore type checking
2021-02-17 Mart Lubberswork on type inference some more develop master
2021-02-15 Mart Lubbersstart with type inference
2021-02-12 Mart Lubberspolish tarjan
2021-02-12 Mart Lubbersstrongly connected components
2021-02-11 Mart Lubbersconstant globals checking
2021-02-11 Mart Lubbersadd scc and update other code
2021-02-10 Mart Lubbersstart with c codegen
2021-02-09 Mart Lubbersframework for typechecking and code generation
2021-02-09 Mart Lubbersfix pretty printing and make commandline interface
2021-02-09 Mart Lubbersoctal escapes
2021-02-09 Mart Lubbersmake parser more robuust, add string literals and escapes
2021-02-08 Mart Lubbersedgecases
2021-02-08 Mart Lubberslocations
2021-02-08 Mart Lubberstypes and locations
2021-02-08 Mart Lubbersfix minor memory leak
2021-02-08 Mart Lubbersrewrite to union type, much better
2021-02-08 Mart Lubbersadd tuples
2021-02-07 Mart Lubbersupdate todo
2021-02-07 Mart Lubbersadd field specifiers
2021-02-07 Mart Lubbersadd assign, nil
2021-02-07 Mart Lubbersadd util header, characters, stmts, etc
2021-02-05 Mart Lubbersuse builtin operator associativity functionality
2021-02-05 Mart LubbersInitial commit