aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/test.cff
Commit message (Collapse)AuthorAgeFilesLines
* gensym fix, offset fix, str statics lemon2022-08-261-0/+20
|
* mhm lemon2022-08-251-5/+2
|
* hmm lemon2022-08-251-1/+2
|
* fix hashing and typeeq for enums lemon2022-08-191-1/+1
|
* tagged unions lemon2022-08-191-0/+3
|
* enum union size,align and enumty lemon2022-08-191-0/+6
|
* alignof, offsetof lemon2022-08-191-0/+1
|
* switch enum lemon2022-08-181-1/+5
|
* iswitch lemon2022-08-181-0/+9
|
* lots of goodnes lemon2022-08-181-1/+4
|
* macro bodyarg lemon2022-08-181-4/+4
|
* change comment syntax lemon2022-08-091-2/+2
|
* many decl bugfixes lemon2022-08-071-5/+20
|
* Type:decl syntax and fix some diagnostics lemon2022-08-071-1/+2
|
* constify access of const aggregate lemon2022-08-071-0/+3
|
* union init lemon2022-08-071-4/+13
|
* slices lemon2022-08-061-0/+11
|
* .#len operator lemon2022-08-061-3/+2
|
* inferred length array init lemon2022-08-061-3/+4
|
* basic method calls & many bugfix lemon2022-08-061-11/+29
|
* revert 762c6c17 lemon2022-08-061-19/+6
|
* macro body arg lemon2022-08-061-6/+19
|
* sizeof lemon2022-08-061-0/+4
|
* call functin pointers directly lemon2022-08-051-0/+4
|
* . operator on pointers lemon2022-08-051-1/+2
|
* modify let and static decls to allow multiple vars lemon2022-08-051-3/+4
| | | | | this involved transforming statement and declaration parsing code to use a CPS-like style to yield many decls within one lexical decl
* headers, import lemon2022-08-051-2/+2
|
* fn type syntax, bugfixs lemon2022-08-051-0/+11
|
* better diagnostics lemon2022-08-051-2/+2
|
* more struct lemon2022-08-051-1/+6
|
* struct,unions, compound literals; mostly lemon2022-08-041-19/+17
|
* case ; lemon2022-08-041-4/+4
|
* enum lemon2022-08-041-1/+24
|
* more fold lemon2022-08-041-1/+1
|
* fold & more lemon2022-08-041-71/+2
|
* stuff lemon2022-08-041-12/+47
|
* initial lemon2022-08-031-0/+41