| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add type, multiline strings | 2022-08-29 | 1 | -1/+3 | |
| | | |||||
| * | eu switch | 2022-08-25 | 1 | -1/+46 | |
| | | |||||
| * | enum ini | 2022-08-24 | 1 | -33/+1 | |
| | | |||||
| * | labels, #FILE #LINE, some bugfixes, c types | 2022-08-19 | 1 | -2/+2 | |
| | | |||||
| * | EUSwitch and #tag | 2022-08-19 | 1 | -2/+0 | |
| | | |||||
| * | fix vim syntax | 2022-08-19 | 1 | -0/+2 | |
| | | |||||
| * | templates | 2022-08-19 | 1 | -1/+7 | |
| | | |||||
| * | change comment syntax | 2022-08-09 | 1 | -2/+2 | |
| | | |||||
| * | oops | 2022-08-08 | 1 | -1/+1 | |
| | | |||||
| * | expand macros at toplevel | 2022-08-08 | 1 | -1/+3 | |
| | | |||||
| * | change label syntax | 2022-08-08 | 1 | -3/+3 | |
| | | |||||
| * | lexing fix | 2022-08-08 | 1 | -0/+2 | |
| | | |||||
| * | direct access of eunion fields | 2022-08-08 | 1 | -3/+3 | |
| | | |||||
| * | break & continue | 2022-08-08 | 1 | -0/+10 | |
| | | |||||
| * | tweak | 2022-08-08 | 1 | -0/+8 | |
| | | |||||
| * | switch capture by ref | 2022-08-08 | 1 | -0/+2 | |
| | | |||||
| * | basic pattern matching | 2022-08-08 | 1 | -1/+6 | |
| | | |||||
| * | add tagged unions | 2022-08-07 | 1 | -0/+9 | |
| | | |||||
| * | allow def inside aggregate | 2022-08-07 | 1 | -4/+5 | |
| | | |||||
| * | fix template accessing future environment | 2022-08-07 | 1 | -3/+5 | |
| | | |||||
| * | constant defs | 2022-08-07 | 1 | -0/+4 | |
| | | |||||
| * | uniinitialized variables | 2022-08-07 | 1 | -0/+2 | |
| | | |||||
| * | expand template at expression position | 2022-08-07 | 1 | -0/+7 | |
| | | |||||
| * | basic templates (generics) | 2022-08-07 | 1 | -3/+18 | |
| | | |||||
| * | recursive datatypes without forward declaring first | 2022-08-07 | 1 | -0/+6 | |