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