Commit Graph

33 Commits

Author SHA1 Message Date
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
c961506a3a Extended examples 2023-10-12 18:53:31 +01:00
ce34777555 Improved timer example
Also pushed other half of system::fs rename
2023-10-12 17:41:27 +01:00
ff486a5f74 FIxed the timer and the example 2023-10-12 15:01:19 +01:00
cb395da894 Fixed a tricky type erasure bug in the scheduler 2023-10-12 14:47:12 +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
7396078304 Added directfs
Added a very rudimentary file I/O system suitable for experimenting
with the language further. A better one will be designed when we have
sensible error management.
2023-09-17 16:37:39 +01:00
3fdabc29da Most files suffered major changes
- Less ambiguous syntax
- Better parser (Chumsky only does tokenization now)
- Tidy(|ier) error handling
- Facade for simplified embedding
- External code grouped in (fairly) self-contained Systems
- Dynamic action dispatch
- Many STL additions
2023-08-18 12:57:41 +01:00
cce4b8f11c Various Improvements
- removed many panics from the pipeline
- extracted project and const tree to representations
- extended STL list support
- improved loops
2023-06-28 22:29:58 +01:00
aebbf51228 STL rework
- fixed lots of bugs
- overlay libraries work correctly and reliably
- the STL is an overlay library
- examples updated
2023-06-17 21:12:29 +01:00
e99ade92ba Cleanup #1
- Removed notes
- Removed superfluous uses of `where`
2023-05-23 18:39:45 +01:00
df429c4770 post-recording commit 2023-05-17 09:15:14 +01:00
330ddbe399 pre-recording backup 2023-05-17 03:49:26 +01:00
126494c63f Backup commit before crunch 2023-05-16 18:32:25 +01:00
33413b2b0f backup commit of notes so far 2023-05-14 20:35:31 +01:00
a604e40bad bug fixes and performance improvements 2023-05-07 22:35:38 +01:00
f3ce910f66 Transfer commit 2023-03-21 19:36:40 +00:00
180ebb56fa Working example 2023-03-10 13:58:16 +00:00
b9d47c3181 Dead end with macros 2023-03-05 19:55:38 +00:00
ca23edabe4 Change in priorities 2023-02-23 14:28:07 +00:00
3c63cae242 transfer commit 2023-02-03 14:40:34 +00:00
778c87db77 backup commit 2022-10-24 03:16:04 +01:00
e32b92eb89 Testcase for explicit exports
Also extended conslist testcase with multi-token list items
2022-08-23 14:58:14 +02:00
f506f0f1ab Final fixes 2022-08-19 17:21:05 +02:00
891d78c112 Rule execution now runs, no tests tho 2022-08-19 12:55:02 +02:00
329dea72b7 Mainly worked on the rule matcher
Also fixed the name collector, and lambda parameters are no longer
resolved at parsing to support planned macro-based pattern matching.
The rule matcher clones a lot, the number of clones could be zero.
2022-08-06 18:12:51 +02:00
ec7ad81fac A lot of stuff I'm not gonna enumerate
rule fundamentals
2022-07-06 20:13:13 +02:00
2b55fae10d redid the parser, patched up the project too. 2022-07-03 18:01:40 +02:00
6ddbda8cd5 Fixed ownership issues in name resolver 2022-06-02 04:27:01 +02:00