| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | defer fix | 2022-08-20 | 1 | -1/+2 | |
| | | |||||
| * | defer | 2022-08-20 | 1 | -1/+12 | |
| | | |||||
| * | alignof, offsetof | 2022-08-19 | 1 | -0/+2 | |
| | | |||||
| * | lots of goodnes | 2022-08-18 | 1 | -0/+1 | |
| | | |||||
| * | fix bodyarg | 2022-08-18 | 1 | -1/+3 | |
| | | |||||
| * | binary operators and more stuff | 2022-08-16 | 1 | -0/+1 | |
| | | |||||
| * | change 'not' to '!' | 2022-08-16 | 1 | -1/+0 | |
| | | | | | it looks nicer | ||||
| * | #when | 2022-08-15 | 1 | -0/+1 | |
| | | |||||
| * | self hosted progress | 2022-08-15 | 1 | -0/+4 | |
| | | |||||
| * | align fix | 2022-08-15 | 1 | -1/+5 | |
| | | |||||
| * | woa | 2022-08-14 | 1 | -0/+1 | |
| | | |||||
| * | cond switch | 2022-08-13 | 1 | -0/+8 | |
| | | |||||
| * | selfhosted lexer | 2022-08-12 | 1 | -0/+1 | |
| | | |||||
| * | va list, cont fix | 2022-08-12 | 1 | -1/+9 | |
| | | |||||
| * | do-while | 2022-08-11 | 1 | -0/+1 | |
| | | |||||
| * | fixs | 2022-08-11 | 1 | -0/+2 | |
| | | |||||
| * | ok | 2022-08-08 | 1 | -0/+1 | |
| | | |||||
| * | start self hosted comler | 2022-08-08 | 1 | -0/+11 | |
| | | |||||
| * | direct access of eunion fields | 2022-08-08 | 1 | -1/+2 | |
| | | |||||
| * | break & continue | 2022-08-08 | 1 | -0/+11 | |
| | | |||||
| * | switch capture by ref | 2022-08-08 | 1 | -2/+4 | |
| | | |||||
| * | basic pattern matching | 2022-08-08 | 1 | -0/+15 | |
| | | |||||
| * | add tagged unions | 2022-08-07 | 1 | -0/+7 | |
| | | |||||
| * | fix template accessing future environment | 2022-08-07 | 1 | -1/+5 | |
| | | |||||
| * | constant defs | 2022-08-07 | 1 | -0/+2 | |
| | | |||||
| * | fix toks range | 2022-08-07 | 1 | -2/+2 | |
| | | |||||
| * | basic templates (generics) | 2022-08-07 | 1 | -2/+33 | |
| | | |||||
| * | many decl bugfixes | 2022-08-07 | 1 | -6/+2 | |
| | | |||||
| * | slices | 2022-08-06 | 1 | -1/+6 | |
| | | |||||
| * | inferred length array init | 2022-08-06 | 1 | -1/+2 | |
| | | |||||
| * | fnv1a fix | 2022-08-06 | 1 | -13/+4 | |
| | | |||||
| * | basic method calls & many bugfix | 2022-08-06 | 1 | -5/+23 | |
| | | |||||
| * | revert 762c6c17 | 2022-08-06 | 1 | -1/+1 | |
| | | |||||
| * | macro body arg | 2022-08-06 | 1 | -1/+1 | |
| | | |||||
| * | sizeof | 2022-08-06 | 1 | -0/+1 | |
| | | |||||
| * | modify let and static decls to allow multiple vars | 2022-08-05 | 1 | -1/+1 | |
| | | | | | | this involved transforming statement and declaration parsing code to use a CPS-like style to yield many decls within one lexical decl | ||||
| * | headers, import | 2022-08-05 | 1 | -5/+12 | |
| | | |||||
| * | fn type syntax, bugfixs | 2022-08-05 | 1 | -1/+1 | |
| | | |||||
| * | better diagnostics | 2022-08-05 | 1 | -0/+2 | |
| | | |||||
| * | more struct | 2022-08-05 | 1 | -1/+6 | |
| | | |||||
| * | struct,unions, compound literals; mostly | 2022-08-04 | 1 | -4/+36 | |
| | | |||||
| * | enum | 2022-08-04 | 1 | -2/+24 | |
| | | |||||
| * | fold & more | 2022-08-04 | 1 | -2/+15 | |
| | | |||||
| * | stuff | 2022-08-04 | 1 | -26/+32 | |
| | | |||||
| * | initial | 2022-08-03 | 1 | -0/+415 | |