From 6b6d084096b9a5369dbd06ef6380c0b7c38cd3b1 Mon Sep 17 00:00:00 2001 From: Victor Fernandes Date: Wed, 22 Feb 2017 19:18:48 -0500 Subject: [PATCH] BNF: end of statement character --- PLATYPUS Grammar Specification.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PLATYPUS Grammar Specification.md b/PLATYPUS Grammar Specification.md index 506a462..65d15f8 100644 --- a/PLATYPUS Grammar Specification.md +++ b/PLATYPUS Grammar Specification.md @@ -157,7 +157,7 @@ This does not follow standard BNF/EBNF syntax, I will rewrite it once I get all ### 3.3 Assignment Statement ``` -> - + ; -> = @@ -226,8 +226,7 @@ This does not follow standard BNF/EBNF syntax, I will rewrite it once I get all ``` #### 3.3.3 Conditional Expression ``` -// BNF from C specification -// (adapted to PLATYPUS specification because it does not implement all of C's grammar) +// BNF from C specification adapted to PLATYPUS // source: https://cs.wmich.edu/~gupta/teaching/cs4850/sumII06/The%20syntax%20of%20C%20in%20Backus-Naur%20form.htm ->