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

Update grammar

parent 34ea2d23
No related branches found
No related tags found
No related merge requests found
......@@ -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
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