[go: up one dir, main page]

Skip to content

pes18fan/zen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zen

A lightweight dynamically typed programming language written in Odin.

development

building

requirements

steps

Run the build script with the dbg arg to create a debug build:

./x.py dbg

This will produce a debug build as ./bin/dbg/zen. To produce a release build, run:

./x.py rel

testing

requirements

  • Odin
  • Ruby

steps

To test everything at once, run:

./x.py test

contributing

zen may have a lot of bugs and problems lying around, feel free to open an issue or create a pull request if you find any!