A ruby language implementation written by C#.
LanzaSchneider 5df8ecb630 chore: 工程说明 | před 2 roky | |
---|---|---|
RubySharp | před 2 roky | |
RubySharp.Compile | před 2 roky | |
RubySharp.Libraries | před 2 roky | |
RubySharp.Runtime | před 2 roky | |
RubySharp.Test | před 2 roky | |
.gitignore | před 2 roky | |
LICENSE | před 2 roky | |
README.md | před 2 roky | |
RubySharp.sln | před 2 roky |
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. |