From a7002533d0faf6a78726479d7a4a041d179cbfcb Mon Sep 17 00:00:00 2001 From: "Esteban Prince, Liam (UG - Computer Science)" <le00210@surrey.ac.uk> Date: Wed, 12 Feb 2020 19:36:43 +0000 Subject: [PATCH] Update grammar --- grammar | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/grammar b/grammar index fce4f43..7ad4c93 100644 --- a/grammar +++ b/grammar @@ -39,7 +39,11 @@ Mixture ::= /* Preposition: */ /* Used to link nouns, pronouns, or phrases to other words within a sentence */ -Preposition ::= ("with" | "to" | "in" | "of" | "at" | "for" | "off" | "on" | "over" | "under")? ( "a" | "the")? +Preposition ::= ("with" | "to" | "in" | "of" | "at" | "for" | "off" | "on" | "over" | "under")? + +/* Preposition: */ + +Article ::= ( "a" | "an" | "the")? at, for, in, off, on, over, and under /* Conjunction */ -- GitLab