From 21db19c7fc94c893d8b41039e60eb260f47fd666 Mon Sep 17 00:00:00 2001
From: "Esteban Prince, Liam (UG - Computer Science)" <le00210@surrey.ac.uk>
Date: Wed, 12 Feb 2020 19:24:53 +0000
Subject: [PATCH] Update grammar

---
 grammar | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/grammar b/grammar
index 8482d90..fce4f43 100644
--- a/grammar
+++ b/grammar
@@ -39,8 +39,9 @@ Mixture ::=
 
 /* Preposition: */
 /* Used to link nouns, pronouns, or phrases to other words within a sentence */
-Preposition ::= ("with" | "to" | "in" | "of" )? ( "a" | "the")?
+Preposition ::= ("with" | "to" | "in" | "of" | "at" | "for" | "off" | "on" | "over" | "under")? ( "a" | "the")?
 
+at, for, in, off, on, over, and under
 /* Conjunction */
 /* Used to connect words, phrases, clauses, or sentences */
 Conjunction ::= ("and" | "or" | "but")
\ No newline at end of file
-- 
GitLab