natalie
Compiler
A Ruby compiler project that uses C++ and GCC/Clang as the backend.
a work-in-progress Ruby compiler, written in Ruby and C++
941 stars
22 watching
63 forks
Language: Ruby
last commit: 3 days ago compilercpplanguageruby
Related projects:
Repository | Description | Stars |
---|---|---|
ren-lang/compiler | A compiler and package providing an interface to the Ren programming language, enabling development of tools and utilities around it. | 102 |
gabriella439/grace | An interpreted functional programming language with type inference and efficient parsing. | 388 |
nponeccop/hnc | A compiler that translates Haskell code into C++ code for efficient execution | 62 |
nickmqb/muon | A modern, statically typed low-level programming language with strong focus on performance and minimalism. | 772 |
otabat/shen-c | An implementation of the Shen programming language in C, offering features like pattern matching and macro-based DSL creation. | 70 |
belijzajac/wisnialang | A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 16 |
danielpclark/rutie | An integration library between Ruby and Rust. | 961 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 54 |
nim-lang/nim | A compiler and runtime environment for a statically typed, compiled systems programming language. | 16,593 |
gren-lang/compiler | A compiler that translates code written in Gren into machine code or another target language. | 391 |
bitfunnel/nativejit | A high-performance just-in-time compiler for x64 C++ expressions | 1,141 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
ornl-qci/qcor | A compiler and language extension for heterogeneous quantum-classical computing | 11 |
jasoncharnes/run.rb | A tool to compile and run Ruby code in the browser using WebAssembly | 600 |
champii/rock | A Rust-based compiler and runtime environment designed to provide a safe and efficient way to execute functional programming languages. | 67 |