| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | asm prelude, more IR | 2022-08-21 | 1 | -5/+15 | |
| | | |||||
| * | more IR progress | 2022-08-20 | 1 | -4/+10 | |
| | | |||||
| * | initial work on IR | 2022-08-20 | 1 | -2/+5 | |
| | | |||||
| * | defer fix | 2022-08-20 | 1 | -6/+6 | |
| | | |||||
| * | fix memory bug | 2022-08-19 | 1 | -7/+36 | |
| | | |||||
| * | fix tepl cache | 2022-08-19 | 1 | -4/+6 | |
| | | |||||
| * | more miscellaneous fixes | 2022-08-19 | 1 | -1/+2 | |
| | | |||||
| * | some rough edges.. | 2022-08-19 | 1 | -27/+91 | |
| | | |||||
| * | change enum backing type | 2022-08-19 | 1 | -4/+28 | |
| | | |||||
| * | attrib | 2022-08-19 | 1 | -0/+13 | |
| | | |||||
| * | labels, #FILE #LINE, some bugfixes, c types | 2022-08-19 | 1 | -24/+68 | |
| | | |||||
| * | fix hashing and typeeq for enums | 2022-08-19 | 1 | -1/+3 | |
| | | |||||
| * | #tag lvalue | 2022-08-19 | 1 | -1/+4 | |
| | | |||||
| * | EUSwitch and #tag | 2022-08-19 | 1 | -3/+63 | |
| | | |||||
| * | fix leaks | 2022-08-19 | 1 | -2/+3 | |
| | | |||||
| * | do not use P.tokloc directly | 2022-08-19 | 1 | -63/+56 | |
| | | | | | for it is not what is intended whilst a macro is being expanded | ||||
| * | templates | 2022-08-19 | 1 | -21/+226 | |
| | | |||||
| * | tagged unions | 2022-08-19 | 1 | -1/+17 | |
| | | |||||
| * | enum union size,align and enumty | 2022-08-19 | 1 | -11/+52 | |
| | | |||||
| * | take alignment in allocator | 2022-08-19 | 1 | -3/+3 | |
| | | |||||
| * | alignof, offsetof | 2022-08-19 | 1 | -2/+16 | |
| | | |||||
| * | switch enum | 2022-08-18 | 1 | -0/+1 | |
| | | |||||
| * | iswitch | 2022-08-18 | 1 | -1/+59 | |
| | | |||||
| * | lots of goodnes | 2022-08-18 | 1 | -31/+469 | |
| | | |||||
| * | fix bodyarg | 2022-08-18 | 1 | -30/+149 | |
| | | |||||
| * | parse defmacro | 2022-08-17 | 1 | -5/+157 | |
| | | |||||
| * | collatz checks | 2022-08-17 | 1 | -3/+40 | |
| | | |||||
| * | struct,union | 2022-08-17 | 1 | -33/+89 | |
| | | |||||
| * | ack check | 2022-08-17 | 1 | -33/+139 | |
| | | |||||
| * | if and loopses | 2022-08-17 | 1 | -19/+134 | |
| | | |||||
| * | let | 2022-08-17 | 1 | -5/+76 | |
| | | |||||
| * | more exprs, warnings | 2022-08-17 | 1 | -5/+122 | |
| | | |||||
| * | binary operators and more stuff | 2022-08-16 | 1 | -23/+164 | |
| | | |||||
| * | nullish coalescing operator ?? | 2022-08-16 | 1 | -2/+6 | |
| | | |||||
| * | change 'not' to '!' | 2022-08-16 | 1 | -19/+19 | |
| | | | | | it looks nicer | ||||
| * | stuff | 2022-08-16 | 1 | -7/+126 | |
| | | |||||
| * | self hosted hello world parses | 2022-08-15 | 1 | -1/+40 | |
| | | |||||
| * | self hosted progress | 2022-08-15 | 1 | -10/+317 | |
| | | |||||
| * | woa | 2022-08-14 | 1 | -3/+20 | |
| | | |||||
| * | fix arena | 2022-08-14 | 1 | -3/+20 | |
| | | |||||
| * | ok.. | 2022-08-13 | 1 | -0/+9 | |
| | | |||||
| * | set template | 2022-08-13 | 1 | -3/+1 | |
| | | |||||
| * | fix cgen cond | 2022-08-13 | 1 | -7/+26 | |
| | | |||||
| * | cond switch | 2022-08-13 | 1 | -2/+57 | |
| | | |||||
| * | selfhosted lexer | 2022-08-12 | 1 | -5/+137 | |
| | | |||||
| * | va list, cont fix | 2022-08-12 | 1 | -0/+83 | |
| | | |||||
| * | things | 2022-08-11 | 1 | -2/+145 | |
| | | |||||
| * | many bugfix | 2022-08-10 | 1 | -1/+1 | |
| | | |||||
| * | ok | 2022-08-08 | 1 | -0/+5 | |