From 4e22003a1589c6656c3bfb03063d535237586f25 Mon Sep 17 00:00:00 2001 From: atusa17 Date: Mon, 15 Oct 2018 13:15:41 -0600 Subject: [PATCH] Updated Project 2 folder --- .idea/vcs.xml | 6 ++++++ Project2 | 1 - Project2/readme | 9 +++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .idea/vcs.xml delete mode 100755 Project2 create mode 100644 Project2/readme diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Project2 b/Project2 deleted file mode 100755 index 7be9090..0000000 --- a/Project2 +++ /dev/null @@ -1 +0,0 @@ -

Folder: Project2

diff --git a/Project2/readme b/Project2/readme new file mode 100644 index 0000000..4dc95cc --- /dev/null +++ b/Project2/readme @@ -0,0 +1,9 @@ +The starting materials for Project 2 are in the +Corgi folder, and in the Documents folder +(page 51 of the file implementation.pdf). + +The file corgiCFG.txt has the grammar, and +important comments, including the fact that +Corgi now allows /* ..... */ style comments, +and a list of the built-in functions. +