From ff25fd15f4fccaabfc10c6bdb2abee23de4c53bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind?= Date: Sun, 13 Feb 2022 17:36:41 +0100 Subject: [PATCH] Initial commit --- .gitignore | 1 + exercises/02/.gitignore | 9 +++++++++ exercises/02/README.md | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 exercises/02/.gitignore create mode 100644 exercises/02/README.md 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. +