Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w-mai/xintepreter
An intepreter in Go
https://github.com/w-mai/xintepreter
Last synced: 26 days ago
JSON representation
An intepreter in Go
- Host: GitHub
- URL: https://github.com/w-mai/xintepreter
- Owner: W-Mai
- Created: 2019-10-05T08:55:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T07:16:48.000Z (about 5 years ago)
- Last Synced: 2024-06-21T17:52:44.588Z (6 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## XInterpreter
## DON'T README, READ THE CODE.
#### Process
- Construct Tokens this language need.(√)
- Build a Lexer to Render every notes in the CODE (We defined).(√)
- Make a simple REPL to simply test our Intepreter.(√)
- #TODO# to build a PARSER.(×)