A ruby language implementation written by C#.
LanzaSchneider 5df8ecb630 chore: 工程说明 | пре 2 година | |
---|---|---|
RubySharp | пре 2 година | |
RubySharp.Compile | пре 2 година | |
RubySharp.Libraries | пре 2 година | |
RubySharp.Runtime | пре 2 година | |
RubySharp.Test | пре 2 година | |
.gitignore | пре 2 година | |
LICENSE | пре 2 година | |
README.md | пре 2 година | |
RubySharp.sln | пре 2 година |
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. |