A ruby language implementation written by C#.

LanzaSchneider 5df8ecb630 chore: 工程说明 2 سال پیش
RubySharp 4faccb1960 feat: 各个工程框架 2 سال پیش
RubySharp.Compile 4836d7747e feat: 工程间依赖关系 2 سال پیش
RubySharp.Libraries 4836d7747e feat: 工程间依赖关系 2 سال پیش
RubySharp.Runtime 4836d7747e feat: 工程间依赖关系 2 سال پیش
RubySharp.Test 4836d7747e feat: 工程间依赖关系 2 سال پیش
.gitignore 3e34fa85e2 Initial commit 2 سال پیش
LICENSE 3e34fa85e2 Initial commit 2 سال پیش
README.md 5df8ecb630 chore: 工程说明 2 سال پیش
RubySharp.sln 4faccb1960 feat: 各个工程框架 2 سال پیش

README.md

rubi-sharp

A ruby language implementation written by C#.

Project Contents
RubySharp The core project, includes base data structures and types.
RubySharp.Compile The compiler project, includes ast nodes, syntax analyzer and evaluate implementation.
RubySharp.Libraries The standard library project.
RubySharp.Runtime The runtime project.
RubySharp.Test The test program and usage examples.