This commit is contained in:
2022-04-10 15:55:56 +02:00
parent 2a9aa13058
commit c9eacbfdfc
35 changed files with 2118 additions and 0 deletions

17
exercises/06/.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Buildfiles
*.o
vslc/src/vslc
parser.c
scanner.c
y.tab.h
# Submission
*.tar.xz
# VSL treefiles
*.ast
*.sast
*.sym
*.bin
*.s
*.S