https://github.com/vokungahrotlaas/vat
An interpreter for a custom programming language called vat. Currently rewriting from scratch in C then vat on branch bootstrap-vatc.
https://github.com/vokungahrotlaas/vat
bison flex parser
Last synced: about 1 year ago
JSON representation
An interpreter for a custom programming language called vat. Currently rewriting from scratch in C then vat on branch bootstrap-vatc.
- Host: GitHub
- URL: https://github.com/vokungahrotlaas/vat
- Owner: VokunGahrotLaas
- License: mit
- Created: 2022-08-03T22:42:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T23:19:08.000Z (over 1 year ago)
- Last Synced: 2025-02-16T03:20:18.528Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VokunAavroTinvaak
An interpreter for a custom programming language called vat. \
Written in C++ using flex++/bison++.
## Status
* simple grammar and ast
* simple variable binder
* simple pretty printer and ast based vm
## TODOs
* add to grammar and ast
* type checker
## Future
* compile to bytecode + vm
* integrate with llvm backend
* language server
* [vscode extension](https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide)