Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

The pre-generated C sources of the Nim compiler which aid in bootstrapping. This repository is archived because it's frozen, HEAD of csources can build Nim version 1 and any later version.

nim-lang/csources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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/nim-lang/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

This repository is archived because it's frozen, HEAD of csources can build Nim version 1 and any later version.

About

The pre-generated C sources of the Nim compiler which aid in bootstrapping. This repository is archived because it's frozen, HEAD of csources can build Nim version 1 and any later version.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages