Skip to content

olix3001/c-cash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C$

This is the llvm-based re-work of the oryginal c-cash project

Compiling on your own machine

  • Clone this repo
  • Download llvm-project repo, compile and install latest release
  • Create and enter build directory
  • Use commands below
cmake ..
make
  • use ./c-cash <main file> to compile the code, and then use clang to compile created .o files

About

Rework of the original c-cash project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published