Commit Graph

10 Commits

Author SHA1 Message Date
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
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
1556d54226 lex_hello worked for a second just now
this is just a backup however
2025-02-02 10:20:03 +01:00
52c8d1c95a Updated everything and moved to hard tab indentation 2025-01-08 19:20:34 +01: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
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