| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-14 | test cleanup | Kimplul | |
| + Somewhat poor Git hygiene but I also fixed some bugs while I was at it. | |||
| 2024-08-14 | print out aliases as well | Kimplul | |
| 2024-08-14 | print whole type list | Kimplul | |
| 2024-08-14 | allow adding traits to pointers | Kimplul | |
| + Should be enough to fairly easily use pointers in standard containers. Note that this just uses the pointer value itself, and doesn't care about the underlying type at all. So for example a sorted vector of pointers is sorted by the address, not by some comparison function that the underlying type may have defined. For that you will need a wrapper struct or something. | |||
| 2024-08-12 | make defer work better with generic code | Kimplul | |
| 2024-08-11 | initial generics for structs | Kimplul | |
| + Likely still very much full of bugs | |||
| 2024-04-09 | formatting | Kimplul | |
| 2024-04-09 | improve struct handling | Kimplul | |
| 2024-04-09 | add initial ufcs checks | Kimplul | |
| 2024-04-09 | simplify ast definition | Kimplul | |
| + Makes it a lot nicer to work with. | |||
| 2024-02-16 | rework | Kimplul | |
| + Kind of only a partial commit, but whatever, this history is pretty ugly anyway | |||
| 2023-11-19 | start working on instruction lowering | Kimplul | |
| 2023-11-14 | make memory tracking more dumb | Kimplul | |
| 2023-11-13 | further simplification of scope concept | Kimplul | |
| 2023-11-12 | start implementing new generics handling | Kimplul | |
| + Still requires a lot of fixes here and there | |||
| 2023-11-07 | simplift syntax somewhat | Kimplul | |
| + Explicit macro expansion + Still have to simplify AST and type stuff, probably worth rewriting or something | |||
| 2023-05-08 | low hanging documentation | Kimplul | |
| 2023-05-08 | start documentation process | Kimplul | |
| 2023-05-01 | update license stuff | Kimplul | |
| 2023-04-30 | rename to ek | Kimplul | |
| 2023-04-03 | initial union testing | Kimplul | |
| 2023-04-01 | improve struct and union support in resolve | Kimplul | |
| 2023-03-30 | change to left-to-right resolver | Kimplul | |
| 2023-03-27 | change typeof to be a full time type | Kimplul | |
| 2023-03-26 | start enums | Kimplul | |
| 2023-03-26 | struct member naming | Kimplul | |
| 2023-03-25 | add formatter | Kimplul | |
| 2023-03-23 | integrate parser work | Kimplul | |
