From 6b6226bba92114985bcc076a49307830931b18cf Mon Sep 17 00:00:00 2001 From: Victor Fernandes Date: Tue, 21 Feb 2017 14:54:07 -0500 Subject: [PATCH] BNF correction: No >= or <= allowed in this spec --- PLATYPUS Grammar Specification.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/PLATYPUS Grammar Specification.md b/PLATYPUS Grammar Specification.md index 56fcb47..256754e 100644 --- a/PLATYPUS Grammar Specification.md +++ b/PLATYPUS Grammar Specification.md @@ -124,7 +124,7 @@ -> one of << - + -> one of > < == <> @@ -255,16 +255,8 @@ #### 3.3.4 Relational Expression ``` -> - == - | <= - | >= - | > - | < - | == - | <= - | >= - | > - | < + + | ->