Skip to content
Snippets Groups Projects
Commit a7002533 authored by Esteban Prince, Liam (UG - Computer Science)'s avatar Esteban Prince, Liam (UG - Computer Science)
Browse files

Update grammar

parent 21db19c7
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,11 @@ Mixture ::= ...@@ -39,7 +39,11 @@ Mixture ::=
/* Preposition: */ /* Preposition: */
/* Used to link nouns, pronouns, or phrases to other words within a sentence */ /* 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 at, for, in, off, on, over, and under
/* Conjunction */ /* Conjunction */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment