2 Star 1 Fork 0

wilbur / NaiveCCompiler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

NaiveCCompiler Build Status

ncc is a compiler for naive C, nvm is a virtual machine to run naive assebemly language generated by ncc, and nce is a simple editor for editing naive c and naive assembly language.

Copyright© reserved


  胡文博 201474009 电计1402 && 祝磊 201472003 电计1402
  (group g25)
  source url:https://github.com/crisb-DUT/NaiveCCompiler

Environment:

  1. x86-64
  2. linux 4.4.0
  3. g++ 5.0 (or any other version supporting C++11)
  4. cmake >= 2.8

Steps for compile and install ncc and nvm:

mkdir -p build
cd build
cmake ..
make
sudo make install

How to use:

ncc [naive C source file] -o [naive assembly file]
nvm [naive assembly file]

空文件

简介

ncc is a compiler for naive C, nvm is a virtual machine to run naive assebemly language generated by ncc, and nce is a simple editor for editing naive c and naive assembly language. 展开 收起
C++
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/wilbur_dut/NaiveCCompiler.git
git@gitee.com:wilbur_dut/NaiveCCompiler.git
wilbur_dut
NaiveCCompiler
NaiveCCompiler
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891