Skip to content

reactormonk/csources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nimrod C Sources

This repo contains the C sources required to bootstrap the Nimrod compiler. Building these will not result in the latest compiler being built, these C sources should be used in conjuction with koch.

$ git clone https://github.com/Araq/Nimrod
$ cd Nimrod
$ git clone https://github.com/nimrod-code/csources
$ cd csources && sh build.sh # or .bat for Windows
$ cd ..
$ bin/nimrod c koch
$ ./koch boot -d:release

About

The pre-generated C sources of the Nimrod compiler which aid in bootstrapping.

Resources

Stars

Watchers

Forks

Packages

No packages published