项目作者: cpcs-compiler

项目描述 :
CpcdosC+ Subset Compiler frontend for LLVM
高级语言: C
项目地址: git://github.com/cpcs-compiler/cpcsc.git
创建时间: 2019-11-21T20:03:25Z
项目社区:https://github.com/cpcs-compiler/cpcsc

开源协议:BSD 3-Clause "New" or "Revised" License

下载


CpcSC ーCpcdosC+ Subset Compiler

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

CpcSC support a subset of the CpcdosC+ language

Usage

  1. $ cpcsc -o helloworld.o ./examples/helloworld.cpc
  2. $ ld -o helloworld helloworld.o -lcpcsc_runtime
  3. $ ./helloworld
  4. Hello World

Contributing

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