Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidelettieri/lox
C# implementation of Lox from https://www.craftinginterpreters.com/
https://github.com/davidelettieri/lox
csharp lox
Last synced: about 9 hours ago
JSON representation
C# implementation of Lox from https://www.craftinginterpreters.com/
- Host: GitHub
- URL: https://github.com/davidelettieri/lox
- Owner: davidelettieri
- Created: 2020-10-10T15:05:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T17:24:35.000Z (11 months ago)
- Last Synced: 2024-03-26T14:30:57.784Z (8 months ago)
- Topics: csharp, lox
- Language: C#
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lox
C# implementation of Lox from https://www.craftinginterpreters.com/I just ported all the code from the original Java implementation. Some changes were necessary for fixing keywords and methods naming conventions from Java to C#.
# Tests
Tests were copied as is from the implementation, I used a console app to build the test cases from the .lox files in the test folders.