Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/chapters/compiler/diagrams/pcl-grammar.ebnf')
-rw-r--r--documentation/chapters/compiler/diagrams/pcl-grammar.ebnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/chapters/compiler/diagrams/pcl-grammar.ebnf b/documentation/chapters/compiler/diagrams/pcl-grammar.ebnf
index 5a571ff..a6c32b2 100644
--- a/documentation/chapters/compiler/diagrams/pcl-grammar.ebnf
+++ b/documentation/chapters/compiler/diagrams/pcl-grammar.ebnf
@@ -26,4 +26,4 @@ qualified_identifier ::= [a-zA-Z_][a-zA-Z0-9_]*('.'[a-zA-Z_][a-zA-Z0-9_]*)+
identifier ::= [a-zA-Z_][a-zA-Z0-9_]*
-literal ::= [-]?[0-9]+('.'[0-9]+([eE][-+][0-9]+)?)? | '"' ('\'.|[^"])* '"' | [Tt][Rr][Uu][Ee] | [Ff][Aa][Ll][Ss][Ee] \ No newline at end of file
+literal ::= [-]?[0-9]+('.'[0-9]+([eE][-+]?[0-9]+)?)? | '"' ('\'.|[^"])* '"' | [Tt][Rr][Uu][Ee] | [Ff][Aa][Ll][Ss][Ee] \ No newline at end of file