You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.github | 2 years ago | |
.vscode | 2 years ago | |
odc | 2 years ago | |
src | 2 years ago | |
vscode | 2 years ago | |
.editorconfig | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago |
README.md
The Dododon Programming Language
A programming language with a Bulgarian-based syntax that transpiles to V
Dependencies
- npm
- javac
- java
- v
Build
npm run odc_compile
Run an example
npm run compile ./odc/examples/src/hello_world/ ./odc/examples/build/hello_world/
v run ./odc/examples/build/hello_world/