Skip to content

Osakauss/JEC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JEC

The JEC compiler.

Development

This repo is set up using autotools. To set up the development environment for the first time simply run

$ ./scripts/bootstrap

from within the root directory of the repo.

There are other scripts that help with development tasks, all should be run from the root directory of the repo.

# build jec
$ ./scripts/build
# run tests
$ ./scripts/check

Releases

No releases published

Packages

No packages published