Skip to content

zoria-lang/zoria-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoriac

Compiler for the Zoria programming language


Requirements

In order to build the project you need haskell-stack installed.

Before building make sure to run the following commands:

stack update
stack upgrade

Building

stack build

Running the compiler

stack exec -- zoriac «args»