September-october commit

- manual parser
- stl refinements
- all language constructs are now Send
This commit is contained in:
2023-10-11 18:27:50 +01:00
parent 56679dcc01
commit 86e520e8b8
127 changed files with 1666 additions and 1872 deletions

View File

@@ -7,9 +7,7 @@ An experimental lazy, pure functional programming language designed to be embedd
## Usage
TODO
I need to write a few articles explaining individual fragments of the language, and accurately document everything. Writing tutorials at this stage is not really worth it.
The standalone interpreter can be built as the binary target from this package. The language tutorial and standard library documentation is at [www.lbfalvy.com/orchid-reference](https://www.lbfalvy.com/orchid-reference/). Embedder guide and Rust API documentation are coming soon.
## Design
@@ -35,4 +33,4 @@ Orchids and mangrove trees form complex ecosystems; The flowers persuade the tre
## Contribution
All contributions are welcome. For the time being, use the issue tracker to discuss ideas.
All contributions are welcome. For the time being, use the issue tracker to discuss ideas.