Skip to content

MattRyder/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Interpreter

This is a Ruby interpreter, written in C for the good part, with help from Lex and Bison. Requires Flex, Bison and Clang, unless you want to change it to something like GCC.

It's based on MRI, as seen in the Node structure, and a bit of inspiration in the general format.

No actual licence applied, as (I believe) this is owned by Staffordshire University. I'm not too sure on that, so clone at your own risk. Intellectual property law is a trifle hard for this programmer.

Prerequisites

  • Flex
  • GNU Bison
  • llvm-clang

About

A Ruby interpreter written in C, as part of my CS degree.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published