Pebaz / LambdaCoreLinks
An interpreted language written in Rust inspired by the Lisp family of languages.
☆61Updated 3 years ago
Alternatives and similar repositories for LambdaCore
Users that are interested in LambdaCore are comparing it to the libraries listed below
Sorting:
- Language server providing completion for gluon☆54Updated 2 years ago
- A toy Lisp compiler targeting x86-64☆40Updated 5 years ago
- A language for designing slides☆116Updated 2 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- indexlist: A doubly linked list, backed by a vector☆85Updated 2 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆92Updated 4 years ago
- A clean, efficient parser combinator☆124Updated 3 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- A stripped-down version of Git, implemented in Rust☆135Updated last year
- A DSL parsing library for human readable text documents☆91Updated 4 years ago
- Extended Finite State Machine library in Rust with internal event queue and entry/exit transitions☆50Updated 3 years ago
- L-Systems in Rust, with a turtle interpreter☆26Updated 6 years ago
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- Simple Opinionated Networking in Rust☆54Updated 5 years ago
- Implementation of game of life and a bunch of primitive recursive functions at the type level in rust☆40Updated 6 years ago
- Experimental persistent collections in Rust☆46Updated 8 years ago
- Parameterized routing for generic resources in Rust☆36Updated last year
- A Rocket based JSON Web Token authentication server.☆32Updated 5 years ago
- Greenspunning Rust's macro_rules!☆33Updated 7 years ago
- An immutable singly-linked list, as seen in basically every functional language☆30Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 6 years ago
- A simple tetris clone using Rust and WebAssembly☆79Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- [ARCHIVED] development moved into main actix repo