gtestault / primitive-recursive-functionsLinks
Implementation of game of life and a bunch of primitive recursive functions at the type level in rust
☆40Updated 6 years ago
Alternatives and similar repositories for primitive-recursive-functions
Users that are interested in primitive-recursive-functions are comparing it to the libraries listed below
Sorting:
- Type-level named values with partial dependent type support in Rust☆57Updated 3 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- D-inspired contract programming in Rust using macros☆54Updated 4 years ago
- Experimental type level programming in Rust☆39Updated 4 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 5 months ago
- You've met with a terrible fate, haven't you?☆62Updated 6 years ago
- An enrichment of Rust's core language to support more advanced features☆19Updated 8 years ago
- a pragmatic point-free theorem prover assistant☆142Updated last week
- The peano numbers implemented in Rust's type system.☆24Updated 9 years ago
- How to structure concurrent workflows in Rust, via five simple examples.☆32Updated 5 years ago
- `rust-reduce` will try to make the source file smaller by interpreting it as valid Rust code and intelligently removing parts of the code…☆101Updated last year
- A Rust logic programming library inspired by the *Kanren family of language DSLs.☆52Updated 6 months ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- ☆45Updated 4 years ago
- An in-memory topological sort algorithm for trees based on Group Theory☆23Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆103Updated 6 years ago
- An experimental implementation of Avatar Logic with a Prolog-like syntax☆68Updated last year
- ☆94Updated last year
- An experimental columnar arena☆43Updated 11 months ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 2 years ago
- A library which finds language features in rust code and provides resources on them.☆39Updated 7 years ago
- ☆49Updated 3 months ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 6 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- Razor is a tool for constructing finite models for first-order theories☆55Updated 2 years ago
- A monotonic solver designed to be easy to use with Rust enum expressions☆47Updated 4 years ago
- A minimal in-memory database with relational algebraic expressions as queries☆61Updated 4 years ago
- A λ-calculus grammar/interpretor written using LALRPOP and `λ!`.☆86Updated last year