Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alon-regev/interpreter
https://github.com/alon-regev/interpreter
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alon-regev/interpreter
- Owner: Alon-Regev
- Created: 2021-06-14T12:07:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:16:36.000Z (about 3 years ago)
- Last Synced: 2023-03-05T21:21:11.784Z (over 1 year ago)
- Language: C++
- Size: 1.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interpreter
This is an interpreter which runs a custom language. Most of the syntax is covered in the wiki.
To run the interpreter yourself, compile the Visual studio solution.
There's one code example under Interpreter/Examples/CaesarEncryption.nli.