Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.(×)