ed0d64d52e
Almost Alpha
...
Massive improvements across the board.
One day I'll adopt incremental commits.
2024-02-24 00:31:00 +00:00
c279301583
Massive feature drop
...
- pattern matching seems to be correct
- dynamic dispatch works with the to_string example
- template strings as a last-minute addition
- interpreter revamp, virtual stack for abort safety
2024-01-29 18:26:56 +00:00
a8887227e5
Backup commit
...
My backspace key started ghosting. Nothing works atm.
2024-01-27 14:50:33 +00:00
f77e4fd90a
October commit
...
- custom parser support and infra
- type-tagging and traits (untested)
- match expressions
2023-10-24 22:17:37 +01:00
86e520e8b8
September-october commit
...
- manual parser
- stl refinements
- all language constructs are now Send
2023-10-11 18:27:50 +01:00
ba0b155ebd
Removed foreign macros
...
Converted the function integration to use template
metaprogramming instead of macros.
2023-09-22 23:25:26 +01:00