| Commit message (Expand) | Author | Age | Files | Lines |
| * | relax block comment lexing requirements | lemon | 2022-09-01 | 1 | -0/+1 |
| * | disallow mutating elements of const array | lemon | 2022-09-01 | 1 | -1/+1 |
| * | def x = expr -> defmacro x = expr, def const -> def | lemon | 2022-08-31 | 1 | -1/+1 |
| * | remove some testing thing | lemon | 2022-08-31 | 1 | -2/+1 |
| * | get close to self hosting (ack works) | lemon | 2022-08-31 | 1 | -3/+5 |
| * | interntype by ref | lemon | 2022-08-30 | 1 | -5/+5 |
| * | bitfield initializers | lemon | 2022-08-30 | 1 | -0/+1 |
| * | remove ir*.cff; make vararg only with primitive types | lemon | 2022-08-29 | 1 | -20/+0 |
| * | many things ,varags | lemon | 2022-08-29 | 1 | -4/+27 |
| * | add type, multiline strings | lemon | 2022-08-29 | 1 | -0/+1 |
| * | fix some fold and add def const | lemon | 2022-08-28 | 1 | -0/+1 |
| * | bitfields | lemon | 2022-08-26 | 1 | -2/+16 |
| * | eu switch | lemon | 2022-08-25 | 1 | -1/+1 |
| * | more llvm | lemon | 2022-08-24 | 1 | -1/+2 |
| * | opaque ptrs | lemon | 2022-08-24 | 1 | -1/+0 |
| * | dot operator llvm | lemon | 2022-08-24 | 1 | -1/+1 |
| * | send target triple to llvm | lemon | 2022-08-24 | 1 | -0/+1 |
| * | arch stuff | lemon | 2022-08-24 | 1 | -0/+2 |
| * | llvm defer and more | lemon | 2022-08-24 | 1 | -14/+34 |
| * | collatz! | lemon | 2022-08-23 | 1 | -1/+1 |
| * | llvm hello worlding | lemon | 2022-08-22 | 1 | -1/+6 |
| * | screw it , llvm | lemon | 2022-08-22 | 1 | -0/+4 |
| * | asm prelude, more IR | lemon | 2022-08-21 | 1 | -1/+14 |
| * | more IR progress | lemon | 2022-08-20 | 1 | -0/+2 |
| * | initial work on IR | lemon | 2022-08-20 | 1 | -1/+9 |
| * | fix memory bug | lemon | 2022-08-19 | 1 | -0/+1 |
| * | some rough edges.. | lemon | 2022-08-19 | 1 | -0/+6 |
| * | change enum backing type | lemon | 2022-08-19 | 1 | -2/+2 |
| * | attrib | lemon | 2022-08-19 | 1 | -0/+2 |
| * | labels, #FILE #LINE, some bugfixes, c types | lemon | 2022-08-19 | 1 | -20/+28 |
| * | EUSwitch and #tag | lemon | 2022-08-19 | 1 | -1/+12 |
| * | templates | lemon | 2022-08-19 | 1 | -2/+35 |
| * | tagged unions | lemon | 2022-08-19 | 1 | -0/+1 |
| * | enum union size,align and enumty | lemon | 2022-08-19 | 1 | -0/+1 |
| * | alignof, offsetof | lemon | 2022-08-19 | 1 | -2/+2 |
| * | iswitch | lemon | 2022-08-18 | 1 | -0/+5 |
| * | lots of goodnes | lemon | 2022-08-18 | 1 | -3/+25 |
| * | fix bodyarg | lemon | 2022-08-18 | 1 | -7/+11 |
| * | parse defmacro | lemon | 2022-08-17 | 1 | -1/+23 |
| * | collatz checks | lemon | 2022-08-17 | 1 | -1/+6 |
| * | ack check | lemon | 2022-08-17 | 1 | -0/+22 |
| * | if and loopses | lemon | 2022-08-17 | 1 | -0/+13 |
| * | let | lemon | 2022-08-17 | 1 | -0/+2 |
| * | more exprs, warnings | lemon | 2022-08-17 | 1 | -1/+21 |
| * | binary operators and more stuff | lemon | 2022-08-16 | 1 | -1/+2 |
| * | syntax | lemon | 2022-08-16 | 1 | -1/+1 |
| * | change 'not' to '!' | lemon | 2022-08-16 | 1 | -2/+2 |
| * | stuff | lemon | 2022-08-16 | 1 | -0/+40 |
| * | self hosted hello world parses | lemon | 2022-08-15 | 1 | -0/+2 |
| * | self hosted progress | lemon | 2022-08-15 | 1 | -10/+93 |