Commit Graph

31 Commits

Author SHA1 Message Date
603efef28e New macro system and stdlib additions 2025-11-21 14:25:03 +01:00
b77653f841 Added support for defining macros in Rust within the macro system
Also fixed a lot of bugs
2025-09-30 21:23:16 +02:00
7971a2b4eb Correctly halts 2025-09-16 22:54:22 +02:00
ce08021e79 exec working up to halt
clean shutdown doesn't for some reason
2025-09-09 16:30:49 +02:00
e339350505 Phased out async-stream in pursuit of compile performance 2025-09-04 15:01:53 +02:00
088cb6a247 updated all deps
migrated away from paste and async-std
2025-09-03 18:42:54 +02:00
7031f3a7d8 Macro system done in theory
too afraid to begin debugging, resting for a moment
2025-09-03 16:05:26 +02:00
051b5e666f First steps for the macro system 2025-08-01 18:32:55 +02:00
f87185ef88 RA leaks memory in code-server, switching back to desktop 2025-07-31 14:31:26 +00:00
769c6cfc9f Various progress, doesnt compile
Added prelude, made lambdas a single-token prefix like NS, made progress on implementations, removed const line type
2025-07-31 00:30:41 +02:00
19f2c6426a Returned from Italy 2025-07-18 16:29:52 +02:00
fe89188c4b temp commit 2025-07-12 00:46:10 +02:00
1a25f52471 Commit pending merge 2025-04-30 22:18:09 +02:00
94958bfbf5 commit before easter break 2025-04-15 00:34:45 +02:00
5e474069e0 reference cycles resolved 2025-02-22 19:01:05 +01:00
cfa8b6ee52 for a moment, everything works 2025-02-21 23:53:31 +01:00
9e7648bc72 All sorts of test scaffolding works now 2025-02-20 18:06:44 +01:00
40c5eaf3d5 Formatter introduced 2025-02-07 00:47:34 +01:00
1556d54226 lex_hello worked for a second just now
this is just a backup however
2025-02-02 10:20:03 +01:00
7be8716b19 Initial extension asynchronization efforts. 2025-01-22 13:02:13 +01:00
52c8d1c95a Updated everything and moved to hard tab indentation 2025-01-08 19:20:34 +01:00
7cdfe7e3c4 Macro processing factored into Orchid functions 2025-01-08 01:34:40 +00:00
e780969c6c Gitbutler >:(
I don't understand this piece of software at all
2024-12-31 00:03:39 +01:00
3a3ae98aff Began implementing fully isomorphic macros
Like Rust's Proc macros. Now we have preprocessor recursion to worry about. I also made a cool macro for enums
2024-10-14 00:13:09 +02:00
3a63894de2 New plans for macros
About to move them completely to stdlib
2024-08-18 22:57:06 +02:00
11951ede43 Lexer test mode works 2024-08-04 23:24:32 +02:00
9d35ba8040 Changes in api and upwards
- Removed out-of-stack error reporting
- Revised module system to match previous Orchid system
- Errors are now in a Vec everywhere
- Implemented atoms and lexer
- Started implementation of line parser
- Tree is now ephemeral to avoid copying Atoms held inside
- Moved numbers into std and the shared parser into base
- Started implementation of Commands
2024-07-28 23:59:55 +02:00
cc3699bbe7 bkp 2024-07-18 16:07:36 +02:00
949b3758fd Cleaned up atoms
- Atoms now use MFBI to distinguish between thin and owned atoms.
- Introduced TryFromExpr and ToExpr (formerly ToClause) from the old FFI
- Standardized on Bottom being a ProjErr, which means that there will be no RTErr
2024-07-02 00:57:11 +02:00
fc8441f080 very elegant extension API and parts of it used in std as POC 2024-07-01 20:11:22 +02:00
aa3f7e99ab in midst of refactor 2024-04-29 22:16:35 +02:00