Commit Graph

15 Commits

Author SHA1 Message Date
5e474069e0 reference cycles resolved 2025-02-22 19:01:05 +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
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
56679dcc01 added rust-analyzer to recommendations 2023-09-24 13:00:34 +01:00
0bcf10659b Cut down on macro nonsense
- InertAtomic replaced atomic_inert! for improved tooling support
- atomic_defaults! is easier to type out than to explain in a docstring
- Changed rustfmt config to better support tiny functions such as as_any
2023-09-15 12:37:10 +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
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
bc2714aad8 Preparation for sharing
- rustfmt
- clippy
- comments
- README
2023-05-25 19:14:24 +01:00
e99ade92ba Cleanup #1
- Removed notes
- Removed superfluous uses of `where`
2023-05-23 18:39:45 +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
3c63cae242 transfer commit 2023-02-03 14:40:34 +00:00