We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c623c commit dd89ec7Copy full SHA for dd89ec7
opengrok-indexer/src/main/resources/analysis/sql/JointSQLProductions.lexh
@@ -23,14 +23,9 @@
23
* Portions Copyright (c) 2017, 2019, Chris Fraire <cfraire@me.com>.
24
*/
25
26
-Sign = "+" | "-"
27
-SimpleNumber = [0-9]+ | [0-9]+ "." [0-9]* | [0-9]* "." [0-9]+
28
-ScientificNumber = ({SimpleNumber} [eE] {Sign}? [0-9]+)
29
-BinaryConstant = [0][xX] [0-9a-fA-F]*
30
-
31
/*
32
- * Number and Identifier must be defined in the specific SQL dialect's .lex
33
- * file.
+ * Number and Identifier must be defined in the specific SQL dialect's .lexh
+ * file. Otherwise, JointSQL.lexh has the definitions shared among dialects.
34
* The subclass must override getDialectKeywords() to return the appropriate
35
* Set for the dialect.
36
0 commit comments