Skip to content

undecided/csources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nim C Sources

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

$ git clone git://github.com/Araq/Nim.git
$ cd Nim
$ git clone --depth 1 git://github.com/nim-lang/csources
$ cd csources && sh build.sh # or .bat for Windows
$ cd ..
$ bin/nim c koch
$ ./koch boot -d:release

These C sources are automatically generated by the niminst tool in Nim's repo. If you want to fix something in them you need to edit that tool not the C sources here.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.4%
  • Other 0.6%