aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* break & continuelemon2022-08-085-15/+104
|
* tweaklemon2022-08-083-2/+16
|
* switch capture by reflemon2022-08-084-14/+54
|
* oopslemon2022-08-081-1/+1
|
* basic pattern matchinglemon2022-08-085-7/+110
|
* add tagged unionslemon2022-08-074-25/+153
|
* fix (for some reason this only segfaulted on -m32)lemon2022-08-071-6/+10
|
* infer in assignment exprslemon2022-08-071-1/+4
|
* shlemon2022-08-071-0/+2
|
* ackermann examplelemon2022-08-071-0/+15
|
* allow def inside aggregatelemon2022-08-072-5/+6
|
* fix template accessing future environmentlemon2022-08-074-13/+36
|
* constant defslemon2022-08-075-3/+41
|
* uniinitialized variableslemon2022-08-072-11/+52
|
* fix toks rangelemon2022-08-071-2/+2
|
* expand template at expression positionlemon2022-08-072-2/+14
|
* basic templates (generics)lemon2022-08-076-52/+253
|
* recursive datatypes without forward declaring firstlemon2022-08-073-46/+53
|
* many decl bugfixeslemon2022-08-077-68/+93
|
* Type:decl syntax and fix some diagnosticslemon2022-08-073-10/+37
|
* constify access of const aggregatelemon2022-08-072-1/+4
|
* union initlemon2022-08-072-9/+19
|
* incoplete extern staticlemon2022-08-073-6/+11
|
* sliceslemon2022-08-064-32/+121
|
* .#len operatorlemon2022-08-062-19/+33
|
* inferred length array initlemon2022-08-064-8/+27
|
* decl span fixlemon2022-08-062-3/+4
|
* fnv1a fixlemon2022-08-062-17/+19
|
* basic method calls & many bugfixlemon2022-08-0610-112/+336
|
* print source on errorlemon2022-08-062-3/+50
|
* revert 762c6c17lemon2022-08-063-61/+10
|
* macro body arglemon2022-08-063-10/+61
|
* sizeoflemon2022-08-063-0/+16
|
* rehash types setlemon2022-08-061-1/+24
|
* call functin pointers directlylemon2022-08-052-8/+17
|
* . operator on pointerslemon2022-08-053-6/+10
|
* modify let and static decls to allow multiple varslemon2022-08-055-90/+159
| | | | | this involved transforming statement and declaration parsing code to use a CPS-like style to yield many decls within one lexical decl
* be lazierlemon2022-08-052-14/+16
|
* oopslemon2022-08-051-2/+3
|
* headers, importlemon2022-08-057-63/+130
|
* fn type syntax, bugfixslemon2022-08-056-7/+77
|
* better diagnosticslemon2022-08-055-159/+224
|
* more structlemon2022-08-054-13/+52
|
* struct,unions, compound literals; mostlylemon2022-08-047-48/+376
|
* case ;lemon2022-08-042-5/+5
|
* enumlemon2022-08-047-43/+303
|
* oopslemon2022-08-041-2/+1
|
* more foldlemon2022-08-042-7/+33
|
* fold & morelemon2022-08-046-212/+381
|
* stufflemon2022-08-047-127/+351
|