In-line / calculator
Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.
☆52Updated 5 years ago
Alternatives and similar repositories for calculator:
Users that are interested in calculator are comparing it to the libraries listed below
- Helper trait to create a boxed instance without going through stack☆35Updated 3 years ago
- Parse environment variables by defining a struct☆24Updated 5 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Concurrent cross-platform terminal interface☆19Updated last year
- Concurrent hash trie☆51Updated 4 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- ☆33Updated 4 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated last year
- A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled☆34Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated 11 months ago
- ☆45Updated last year
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 4 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- ☆24Updated 2 years ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated this week
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 5 years ago
- A global executor built on top of async-executor and smol☆73Updated 2 weeks ago
- Run closures in parallel☆113Updated last month
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 4 years ago
- ☆24Updated 2 months ago
- Anonymous enum and checked exception for Rust.☆23Updated 3 years ago
- Rust repository for the my article: Understanding Rust Through AVL Trees☆34Updated 5 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- Extensions for the Rust standard library☆39Updated 11 months ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆20Updated 2 years ago