Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dotdot0/fox-lang

A interpreter written in rust
https://github.com/dotdot0/fox-lang

interpreter language parser rust

Last synced: about 1 month ago
JSON representation

A interpreter written in rust

Awesome Lists containing this project

README

        

# fox-lang

### A interpreter written in rust

## Progress
- [x] Lexer/Scanner
- [x] Basic REPL
- [ ] Error Handling
- [x] Parser(A recursive descent parser)
- [ ] ByteCode Compiler
- [ ] Virtual Machine

Have any suggestion feel free to open a issue.