xatgithub / csources

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C 99.5%Language:Shell 0.5%