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