commit ff25fd15f4fccaabfc10c6bdb2abee23de4c53bf Author: Øyvind Date: Sun Feb 13 17:36:41 2022 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a06fefd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.book.pdf \ No newline at end of file diff --git a/exercises/02/.gitignore b/exercises/02/.gitignore new file mode 100644 index 0000000..917e051 --- /dev/null +++ b/exercises/02/.gitignore @@ -0,0 +1,9 @@ +# Buildfiles +*.o +vlsc +parser.c +scanner.c +y.tab.h + +# VSL treefiles +*.ast \ No newline at end of file diff --git a/exercises/02/README.md b/exercises/02/README.md new file mode 100644 index 0000000..c337d9f --- /dev/null +++ b/exercises/02/README.md @@ -0,0 +1,4 @@ +# Problem set 2 + +Contains the files for PS2. +