A ruby language implementation written by C#.
LanzaSchneider 5df8ecb630 chore: 工程说明 | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
RubySharp | %!s(int64=2) %!d(string=hai) anos | |
RubySharp.Compile | %!s(int64=2) %!d(string=hai) anos | |
RubySharp.Libraries | %!s(int64=2) %!d(string=hai) anos | |
RubySharp.Runtime | %!s(int64=2) %!d(string=hai) anos | |
RubySharp.Test | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
RubySharp.sln | %!s(int64=2) %!d(string=hai) anos |
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. |