10000 GitHub - nim-works/phy: compiler and vm experiments
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nim-works/phy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

Building

Build Pre-requisites

The build instructions assume you have NimSkull installed and on the path, with the minimum required version found here.

Important: the skully program imports internal compiler modules, which means that using a more recent compiler version might cause the program to not work correctly.

Build Instructions

To get everything built, run the following from the command line

nim c --outdir:bin -r koch.nim all

The above will:

  • compile koch, the build command
  • place that within the local bin/ directory
  • finally, it'll build all programs in this repository and place their executables in the local bin/ directory

About

compiler and vm experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0