Skip to content

Latest commit

 

History

History
76 lines (69 loc) · 6.9 KB

README.md

File metadata and controls

76 lines (69 loc) · 6.9 KB

RubySharp

Ruby interpreter written in C#.

Work in Progress

Origin

It's a new implementation of previous work https://github.com/ajlopez/RubySharp

It's an interpreter, not a compiler. It keeps a tree of commands and expressions that are executed and evaluated.

References