vidarh / writing-a-compiler-in-ruby
Code from my series on writing a Ruby compiler in Ruby
☆277Updated last year
Alternatives and similar repositories for writing-a-compiler-in-ruby
Users that are interested in writing-a-compiler-in-ruby are comparing it to the libraries listed below
Sorting:
- A tiny subset of Ruby with a Lua'esc VM☆466Updated 7 years ago
- Ruby bindings for LLVM☆277Updated last month
- Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.☆543Updated 2 months ago
- List of Ruby implementations.☆105Updated 2 years ago
- rexical is a lexical scanner generator for ruby☆137Updated 6 months ago
- The Ruby Language Toolkit☆452Updated 5 years ago
- Scheme in as little Ruby and as much Scheme as possible. Supports macros, continuations, tail recursion and lazy evaluation.☆365Updated 12 years ago
- A guide to Ruby's C API☆216Updated 9 months ago
- The Ruby Programming Language☆206Updated 8 months ago
- Minimal Lisp interpreter using 75LOC and only standard libraries.☆53Updated 2 years ago
- ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the r…☆476Updated last month
- A pure Ruby assembler☆307Updated 2 years ago
- RuJIT: a trace based just in time compile for CRuby☆170Updated 9 years ago
- 🐈 The Charly Programming Language | Written by @KCreate☆200Updated 5 years ago
- Learn Rust☆430Updated 5 years ago
- Minimal Finite State Machine☆527Updated 7 years ago
- Programming with Nothing☆246Updated 11 years ago
- A small PEG based parser library. See the Hacking page in the Wiki as well.☆813Updated last year
- Lex is an implementation of lex tool in Ruby.