ASMlover / loxcc
A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)
☆16Updated 2 years ago
Alternatives and similar repositories for loxcc:
Users that are interested in loxcc are comparing it to the libraries listed below
- Our own thread library similar to pthreads☆16Updated 2 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆37Updated 4 years ago
- C#/Rust/Python style formatting in C++.☆11Updated 6 years ago
- Writing a minimal x86-64 JIT compiler in C++☆101Updated 6 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆29Updated 9 months ago
- A basic garbage collection application written in C to manage memory☆16Updated 10 years ago
- Ultra light-weight endian utility for C++11 (header only)☆25Updated 6 years ago
- Scheduling examples using C++20 coroutines☆24Updated last year
- Provides run-time tuple element access☆14Updated 4 years ago
- C++ Channels & WaitGroup inspired by the Go Programming Language☆18Updated 4 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- Cyan programming language, and its compiler!☆15Updated 8 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 5 years ago
- High performance AVL tree container C implementation☆53Updated 4 years ago
- fast prime sieve and hash algorithm☆38Updated last week
- fast malloc. similar to google-tcmalloc.☆23Updated 8 years ago
- An interpreter for the Monkey programming language written in C++☆26Updated last year
- Task graph-based asynchronous programming system using C++ coroutine☆87Updated last year
- lunatic: a toy lua interpreter☆18Updated 4 years ago
- My own implementation of C++'s smart pointers☆36Updated 4 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated last year
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- A coroutine scheduler and lightweight network library for libaco☆16Updated 5 years ago
- A event-driven network library based on reactor pattern written in C.☆17Updated 9 years ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆44Updated 9 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 7 years ago