/zod

Compiler and runtime for a fictional programming language

Primary LanguageRust

zod

A compiler and runtime for the Zod programming language.

Usage

To compile a Zod file run (a sample file is located in the project's root directory):

cargo run -- --compile ./main.zod

To execute the compiled binary:

cargo run -- --execute ./main.bin add 1 2