-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Claudson Oliveira
committed
Dec 28, 2016
1 parent
f6b7032
commit 9242a1a
Showing
7 changed files
with
99 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
package lexical | ||
|
||
const L_SELECT = "select"; | ||
const L_FROM = "from"; | ||
const L_WHERE = "where"; | ||
const L_ORDER = "order"; | ||
const L_BY = "by"; | ||
const L_OR = "or"; | ||
const L_AND = "and"; | ||
const L_LIMIT = "limit"; | ||
const L_IN = "in"; | ||
const L_ASC = "asc"; | ||
const L_DESC = "desc"; | ||
const L_SELECT = "select" | ||
const L_FROM = "from" | ||
const L_WHERE = "where" | ||
const L_ORDER = "order" | ||
const L_BY = "by" | ||
const L_OR = "or" | ||
const L_AND = "and" | ||
const L_LIMIT = "limit" | ||
const L_IN = "in" | ||
const L_ASC = "asc" | ||
const L_DESC = "desc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters