f77e4fd90a
October commit
...
- custom parser support and infra
- type-tagging and traits (untested)
- match expressions
2023-10-24 22:17:37 +01:00
ce34777555
Improved timer example
...
Also pushed other half of system::fs rename
2023-10-12 17:41:27 +01:00
cb395da894
Fixed a tricky type erasure bug in the scheduler
2023-10-12 14:47:12 +01:00
af3e9f67fa
Fixed float parsing and improved printing
2023-10-11 20:32:04 +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
1078835e8b
opportunistic move
...
should be way faster now
2023-09-16 12:57:50 +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
3c0056c2db
Generic mutation scheduling system
...
IO adapted to use it
Also, Atoms can now dispatch type-erased requests
2023-09-14 22:54:42 +01:00
8c866967a9
The pipeline is finally reasonably clean
2023-09-12 01:26:46 +01:00
6693d93944
Interning Orchid string literals
2023-08-19 14:35:24 +01:00
0b887ced70
Converted Interner to work with Rc-s
...
- Interner no longer contains unsafe code
- Tokens now hold a reference to the value they represent directly
This will enable many future improvements
2023-08-19 14:03:05 +01:00
9186bce956
Import and export improved
...
- Import paths are now vname and not sym
- Imports and exports accept multiple space-delimited operators in []
as a result, we can now reliably import and export the operator *
- error reporting ergonomics
2023-08-18 21:10:29 +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