From 583c25334740d2985976a528b8c08f92cd965db0 Mon Sep 17 00:00:00 2001 From: "Esteban Prince, Liam (UG - Computer Science)" <le00210@surrey.ac.uk> Date: Mon, 17 Feb 2020 17:11:48 +0000 Subject: [PATCH] Update grammar.ebnf --- grammar.ebnf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grammar.ebnf b/grammar.ebnf index 2b5ae47..4c09057 100644 --- a/grammar.ebnf +++ b/grammar.ebnf @@ -48,4 +48,7 @@ Conjunction ::= ("and" | "or" | "but") Adjective ::= /* Adverb: */ -Adverb ::= \ No newline at end of file +Adverb ::= + +/* Punctuation */ +Punctuation ::= \ No newline at end of file -- GitLab