Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dotdot0/fox-lang
- Owner: dotdot0
- Created: 2022-08-26T13:50:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T06:27:51.000Z (10 months ago)
- Last Synced: 2024-06-29T06:30:43.234Z (6 months ago)
- Topics: interpreter, language, parser, rust
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 6
- 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 MachineHave any suggestion feel free to open a issue.