Coder Social home page Coder Social logo

cclab's Introduction

文件结构:
	/Lab
	    /Code
		Makefile
		lexical.l
		syntax.y
		main.c
		  .
		  .
	    /Test
		test1.cmm
		test2.cmm
		  .
		  .
	    /report.pdf
	    /parser
	    /README

Code目录:	1.用于存放所有flex,bison,c语言源文件和头文件以及Makefile;
		2.该目录下有一个Makefile文件,请使用它。除了定义和修改一些伪目标外不可对文件做其它修改(否则助教测试失败必扣分);
		3.请勿在该目录下创建子目录(如include,src等),实验的代码量还没有复杂到需要将头文件以及源文件分开管理的程度;
		4.避免不合理的文件include关系,比如一个c文件include另一个c文件,Makefile执行时会报错。
	
Test目录:	1.用于存放测试文件以及输出文件(如果有输出文件的话);
		2.请将测试文件以".cmm"作为后缀名。

report.pdf:	1.该文件为你所需提交的实验报告,请自行完成后替换该文件。请在实验报告里写明姓名,学号和联系邮箱。
		(如果是组队提交的,只需一份实验报告)

parser:	1.用你编译生成的二进制文件替换该文件。

README:	1.你正打开着的...

cclab's People

Contributors

flowerinheart avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.