https://github.com/dotdot0/fox-lang
A interpreter written in rust
https://github.com/dotdot0/fox-lang
interpreter language parser rust
Last synced: 9 months ago
JSON representation
A interpreter written in rust
- Host: GitHub
- URL: https://github.com/dotdot0/fox-lang
- Owner: dotdot0
- Created: 2022-08-26T13:50:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T06:27:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T19:05:36.775Z (10 months ago)
- Topics: interpreter, language, parser, rust
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.