CpcdosC+ Subset Compiler frontend for LLVM
CpcSC support a subset of the CpcdosC+ language
$ cpcsc -o helloworld.o ./examples/helloworld.cpc
$ ld -o helloworld helloworld.o -lcpcsc_runtime
$ ./helloworld
Hello World
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.