All Projects → Tiny Compiler → Similar Projects or Alternatives

1105 Open source projects that are alternatives of or similar to Tiny Compiler

Webassemblyjs
Toolchain for WebAssembly
Stars: ✭ 566 (-16.76%)
Mutual labels:  compiler, ast, interpreter
Lioness
The Lioness Programming Language
Stars: ✭ 155 (-77.21%)
Mutual labels:  compiler, ast, interpreter
Cub
The Cub Programming Language
Stars: ✭ 198 (-70.88%)
Mutual labels:  compiler, ast, interpreter
Mini Interpreter
A Simple Scripting Language
Stars: ✭ 72 (-89.41%)
Mutual labels:  compiler, interpreter
U6a
Implementation of Unlambda, an esoteric programming language.
Stars: ✭ 46 (-93.24%)
Mutual labels:  compiler, interpreter
Flashforth
FlashForth development
Stars: ✭ 60 (-91.18%)
Mutual labels:  compiler, interpreter
Cperl
A perl5 with classes, types, compilable, company friendly, security
Stars: ✭ 125 (-81.62%)
Mutual labels:  compiler, interpreter
Brain
An esoteric programming language compiler on top of LLVM based on Brainfuck
Stars: ✭ 112 (-83.53%)
Mutual labels:  compiler, interpreter
Forge
A lightweight, elegant scripting language with built-in Rust-FFI.
Stars: ✭ 153 (-77.5%)
Mutual labels:  compiler, interpreter
Eval
Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime
Stars: ✭ 157 (-76.91%)
Mutual labels:  compiler, interpreter
pyccolo
Declarative instrumentation for Python.
Stars: ✭ 70 (-89.71%)
Mutual labels:  interpreter, ast
Cfl
a Compileable statically typed Functional programming Language
Stars: ✭ 7 (-98.97%)
Mutual labels:  compiler, interpreter
Rascal
A simple Pascal interpreter written in rust.
Stars: ✭ 38 (-94.41%)
Mutual labels:  compiler, interpreter
Tiny Lisp
A tiny lisp compiler written in JS
Stars: ✭ 58 (-91.47%)
Mutual labels:  compiler, interpreter
Cymbal
Yet another Rust implementation of the Monkey language from "Writing an Interpreter in Go" and "Writing a Compiler in Go"
Stars: ✭ 49 (-92.79%)
Mutual labels:  compiler, interpreter
Ts Transform Import Path Rewrite
TS AST transformer to rewrite import path
Stars: ✭ 104 (-84.71%)
Mutual labels:  compiler, ast
Babel
🐠 Babel is a compiler for writing next generation JavaScript.
Stars: ✭ 40,109 (+5798.38%)
Mutual labels:  compiler, ast
Lawvere
A categorical programming language with effects
Stars: ✭ 142 (-79.12%)
Mutual labels:  compiler, interpreter
Ts Transform Css Modules
Extract css class names from required css module files for TypeScript
Stars: ✭ 75 (-88.97%)
Mutual labels:  compiler, ast
Gwion
🎵 strongly-timed musical programming language
Stars: ✭ 235 (-65.44%)
Mutual labels:  compiler, interpreter
Mond
A scripting language for .NET Core
Stars: ✭ 237 (-65.15%)
Mutual labels:  compiler, interpreter
js-ziju
Compile javascript to LLVM IR, x86 assembly and self interpreting
Stars: ✭ 112 (-83.53%)
Mutual labels:  interpreter, ast
Rascal
The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
Stars: ✭ 284 (-58.24%)
Mutual labels:  compiler, interpreter
Lbforth
Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
Stars: ✭ 293 (-56.91%)
Mutual labels:  compiler, interpreter
Awesome Graal
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
Stars: ✭ 302 (-55.59%)
Mutual labels:  ast, interpreter
Red
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
Stars: ✭ 4,725 (+594.85%)
Mutual labels:  compiler, interpreter
Modiscript
Acche din aa gaye
Stars: ✭ 888 (+30.59%)
Mutual labels:  compiler, ast
Bic
A C interpreter and API explorer.
Stars: ✭ 719 (+5.74%)
Mutual labels:  compiler, interpreter
Antlr4 Calculator
Simple antlr4 calculator.
Stars: ✭ 40 (-94.12%)
Mutual labels:  compiler, interpreter
Umka Lang
Umka: a statically typed embeddable scripting language
Stars: ✭ 308 (-54.71%)
Mutual labels:  compiler, interpreter
Mir
A light-weight JIT compiler based on MIR (Medium Internal Representation)
Stars: ✭ 1,075 (+58.09%)
Mutual labels:  compiler, interpreter
Passerine
A small extensible programming language designed for concise expression with little code.
Stars: ✭ 341 (-49.85%)
Mutual labels:  compiler, interpreter
Enso
Hybrid visual and textual functional programming.
Stars: ✭ 5,238 (+670.29%)
Mutual labels:  compiler, interpreter
Charly Vm
Fibers, Closures, C-Module System | NaN-boxing, bytecode-VM written in C++
Stars: ✭ 66 (-90.29%)
Mutual labels:  compiler, ast
Ratel Core
High performance JavaScript to JavaScript compiler with a Rust core
Stars: ✭ 367 (-46.03%)
Mutual labels:  compiler, ast
Pyast64
Compile a subset of the Python AST to x64-64 assembler
Stars: ✭ 93 (-86.32%)
Mutual labels:  compiler, ast
Wasm Forth
A Forth implementation compiling to WebAssembly.
Stars: ✭ 92 (-86.47%)
Mutual labels:  compiler, interpreter
Quickjs
The official repo is at bellard/quickjs.
Stars: ✭ 1,429 (+110.15%)
Mutual labels:  compiler, interpreter
Feral
Feral programming language reference implementation
Stars: ✭ 89 (-86.91%)
Mutual labels:  compiler, interpreter
Emacs Cl
Common Lisp implemented in Emacs Lisp.
Stars: ✭ 140 (-79.41%)
Mutual labels:  compiler, interpreter
Phplrt
PHP Language Recognition Tool
Stars: ✭ 127 (-81.32%)
Mutual labels:  compiler, ast
Craftinginterpreters
Repository for the book "Crafting Interpreters"
Stars: ✭ 4,298 (+532.06%)
Mutual labels:  compiler, interpreter
Swift Lispkit
Interpreter framework for Lisp-based extension and scripting languages on macOS and iOS. LispKit is based on the R7RS standard for Scheme. Its compiler generates bytecode for a virtual machine. LispKit is fully implemented in Swift 5.
Stars: ✭ 228 (-66.47%)
Mutual labels:  compiler, interpreter
Tiny Compiler
A tiny compiler for a language featuring LL(2) with Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour of how the "real" thing works whilst not being a mere toy example
Stars: ✭ 425 (-37.5%)
Mutual labels:  compiler, ast
Openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Stars: ✭ 2,802 (+312.06%)
Mutual labels:  compiler, interpreter
Snapdragon
snapdragon is an extremely pluggable, powerful and easy-to-use parser-renderer factory.
Stars: ✭ 180 (-73.53%)
Mutual labels:  compiler, ast
Swiftpascalinterpreter
Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series.
Stars: ✭ 270 (-60.29%)
Mutual labels:  ast, interpreter
pascal-interpreter
A simple interpreter for a large subset of Pascal language written for educational purposes
Stars: ✭ 21 (-96.91%)
Mutual labels:  interpreter, ast
Exprtk
C++ Mathematical Expression Parsing And Evaluation Library
Stars: ✭ 301 (-55.74%)
Mutual labels:  compiler, ast
Llvm Guide Zh
User Guides For those new to the LLVM system.(LLVM系统的新用户指南,中文翻译版)
Stars: ✭ 180 (-73.53%)
Mutual labels:  compiler, ast
V8
The official mirror of the V8 Git repository
Stars: ✭ 18,808 (+2665.88%)
Mutual labels:  compiler, interpreter
Go.vm
A simple virtual machine - compiler & interpreter - written in golang
Stars: ✭ 178 (-73.82%)
Mutual labels:  compiler, interpreter
Enso Archive
Looking for Enso, the visual programming language? ➡️ https://github.com/enso-org/enso
Stars: ✭ 305 (-55.15%)
Mutual labels:  compiler, interpreter
Ph7
An Embedded Implementation of PHP (C Library)
Stars: ✭ 422 (-37.94%)
Mutual labels:  compiler, interpreter
Renjin
JVM-based interpreter for the R language for the statistical analysis.
Stars: ✭ 466 (-31.47%)
Mutual labels:  compiler, interpreter
Pl Compiler Resource
程序语言与编译技术相关资料(持续更新中)
Stars: ✭ 578 (-15%)
Mutual labels:  compiler
Lyo
📦 Node.js to browser - The easy way
Stars: ✭ 624 (-8.24%)
Mutual labels:  compiler
Jaspy
a Python VM written entirely from scratch in JavaScript with some unique features
Stars: ✭ 577 (-15.15%)
Mutual labels:  interpreter
C2compiler
the c2 programming language
Stars: ✭ 576 (-15.29%)
Mutual labels:  compiler
Llvmswift
A Swift wrapper for the LLVM C API (version 9.0.1)
Stars: ✭ 641 (-5.74%)
Mutual labels:  compiler
1-60 of 1105 similar projects