spring 2024 git template
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# python import generated files
|
||||
**/*.pyc
|
||||
**/__pycache__
|
||||
# pycharm virtualenv
|
||||
**/venv
|
||||
# course example venv
|
||||
**/popl_venv
|
||||
# PLY yacc generated files
|
||||
**/parser.out
|
||||
**/parsetab.py
|
||||
0
01_lexer/.gitkeep
Normal file
0
01_lexer/.gitkeep
Normal file
0
02_syntax/.gitkeep
Normal file
0
02_syntax/.gitkeep
Normal file
0
03_syntax_tree/.gitkeep
Normal file
0
03_syntax_tree/.gitkeep
Normal file
0
04_semantics_and_running/.gitkeep
Normal file
0
04_semantics_and_running/.gitkeep
Normal file
10
README.md
10
README.md
@@ -1 +1,9 @@
|
||||
This is a template readme file to enforce main default branch. Edit this file as you see fit.
|
||||
COMP.CS.400 Principles of Programming Languages
|
||||
===============================================
|
||||
|
||||
This GIT repository is for the development of the course project.
|
||||
Each of the submission phases have their own folder.
|
||||
Please put all the neccessary code for each submission inside the
|
||||
folder specified (i.e. each folder should be a standalone application -
|
||||
even if that means copying files from one folder to another!)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user