Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiyotoko/vision-lang
Vision Language Main Code Repository
https://github.com/kiyotoko/vision-lang
compiler interpreter jvm vision
Last synced: about 1 month ago
JSON representation
Vision Language Main Code Repository
- Host: GitHub
- URL: https://github.com/kiyotoko/vision-lang
- Owner: Kiyotoko
- License: mit
- Created: 2023-05-04T19:16:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:34:36.000Z (about 2 months ago)
- Last Synced: 2024-10-25T08:54:37.600Z (about 2 months ago)
- Topics: compiler, interpreter, jvm, vision
- Language: ANTLR
- Homepage:
- Size: 2.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vision Lang
## Setup
```sh
cd parser
chmod 777 ./generate.sh
cd ..
go generate ./...
```## Build and run
```sh
go build
./vision-lang example/main.vis
```