A programming language with a Bulgarian-based syntax that transpiles to V
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.
 
 
Salif Mehmed 608d1de512
update the compiler and tokens
2 years ago
.github update the compiler and tokens 2 years ago
.vscode add ast printer and vscode extension 2 years ago
odc update the compiler and tokens 2 years ago
src update the compiler and tokens 2 years ago
vscode update the compiler and tokens 2 years ago
.editorconfig init 2 years ago
.gitattributes init 2 years ago
.gitignore add ast printer and vscode extension 2 years ago
LICENSE init 2 years ago
README.md update the compiler and tokens 2 years ago
package.json update the compiler and tokens 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/