Skip to content

cpcs-compiler/cpcsc

CpcSC ーCpcdosC+ Subset Compiler

License Contributor Covenant GitHub issues Travis (.org) AppVeyor Codecov

CpcSC support a subset of the CpcdosC+ language

Usage

$ cpcsc -o helloworld.o ./examples/helloworld.cpc
$ ld -o helloworld helloworld.o -lcpcsc_runtime
$ ./helloworld
Hello World

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.