CompilerTeaching / MysoreScriptLinks
MysoreScript is a simple JavaScript-like language intended for teaching about compilers for late-bound dynamic languages.
☆14Updated 7 years ago
Alternatives and similar repositories for MysoreScript
Users that are interested in MysoreScript are comparing it to the libraries listed below
Sorting:
- A toy programming language interpreter☆33Updated 12 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated this week
- C++14 version of parsertl☆32Updated last month
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 8 years ago
- The first and only scripting language with safe pointer arithmetics, high level of ABI and source compatibility with C, spreadsheet-like …☆68Updated this week
- jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.☆53Updated 6 years ago
- LibPacket is a portable library designed for decoding and parsing TCP/IP packets, offering a clean API to facilitate the development of p…☆16Updated 6 months ago
- A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.☆64Updated 11 years ago
- Simple virtual machine for a stack-based assembler language.☆21Updated 7 years ago
- an extensible stack based interpreter toolkit☆67Updated 4 years ago
- ☆35Updated 11 years ago
- A just-in-time compiler for c minus☆46Updated 12 years ago
- C-- Compiler using Antlr4☆17Updated 7 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Updated 9 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 3 years ago
- A portable single file parser/lexer/tokenizer.☆51Updated 6 years ago
- A bytecode interpreted scripting language for C++☆12Updated 5 years ago
- Mathematical expression evaluator with just in time code generation.☆12Updated 12 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- My fork of Fabrice Bellard's Tiny C Compiler☆30Updated 6 years ago
- Interactive C++ Interpreter for x86 Systems☆58Updated 9 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- Library for generating ABI-compliant LLVM IR☆62Updated 5 years ago
- Turn an interpreter into a code generator☆31Updated 9 years ago
- Compiler for a toy language (Lex & Yacc)☆16Updated 10 years ago
- clone from myJIT(a fork of GNU lightning)☆10Updated 10 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- C++ parser for Lex and YACC☆26Updated 5 years ago
- AXE: a recursive descent parser generator C++ library☆16Updated last year