-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 Automatically update generated files
- Loading branch information
1 parent
7028d10
commit ae9b1a0
Showing
7 changed files
with
155 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
_DEFINE: ("define" | "define") _SPACE? | ||
_CALL: ("call" | "call") _SPACE? | ||
_WITH: ("with" | "with") _SPACE? | ||
_DEF: ("def" | "def") _SPACE? | ||
_RETURN: ("return" | "return") _SPACE? | ||
_PRINT: ("print" | "print") _SPACE? | ||
_PLAY: ("play" | "play") _SPACE | ||
_ASK: ("ask" | "ask") | ||
_ECHO: ("echo" | "echo") _SPACE? | ||
_FORWARD: ("forward" | "forward") _SPACE? | ||
_TURN: ("turn" | "turn") _SPACE? | ||
left: ("left" | "left") _SPACE? | ||
right: ("right" | "right") _SPACE? | ||
black: ("black" | "black") _SPACE? | ||
blue: ("blue" | "blue") _SPACE? | ||
brown: ("brown" | "brown") _SPACE? | ||
gray: ("gray" | "gray") _SPACE? | ||
green: ("green" | "green") _SPACE? | ||
orange: ("orange" | "orange") _SPACE? | ||
pink: ("pink" | "pink") _SPACE? | ||
purple: ("purple" | "purple") _SPACE? | ||
red: ("red" | "red") _SPACE? | ||
white: ("white" | "white") _SPACE? | ||
yellow: ("yellow" | "yellow") _SPACE? | ||
_IS: _SPACE ("is" | "is") _SPACE | ||
_STANDALONE_IS: ("is" | "is") | ||
_SLEEP: ("sleep" | "sleep") _SPACE? | ||
_ADD_LIST: ("add" | "add") _SPACE | ||
_TO_LIST: _SPACE? ("to" | "to") _SPACE | ||
_REMOVE: ("remove" | "remove") _SPACE | ||
_FROM: _SPACE? ("from" | "from") _SPACE | ||
_AT: _SPACE ("at" | "at") _SPACE | ||
random: ("random" | "random") _SPACE? | ||
_IN: _SPACE ("in" | "in") _SPACE | ||
_NOT_IN: _SPACE ("not in" | "not in") _SPACE | ||
_IF: ("if" | "if") _SPACE | ||
_ELSE: "else" | "else" | ||
_AND: _SPACE? ("and" | "and") _SPACE | ||
_REPEAT: ("repeat" | "repeat") _SPACE | ||
_TIMES: _SPACE ("times" | "times") | ||
_FOR: ("for" | "for") _SPACE | ||
_RANGE: ("range" | "range") _SPACE? | ||
_TO: _SPACE ("to" | "to") _SPACE | ||
_STEP: "step" | "step" | ||
_ELIF: _SPACE? ("elif" | "elif") _SPACE | ||
_INPUT: ("input" | "input") | ||
_OR: _SPACE? ("or" | "or") _SPACE | ||
_WHILE: ("while" | "while") _SPACE | ||
_LENGTH: "length" | "length" | ||
_COLOR : ("color" | "color") _SPACE? | ||
_PRESSED: ("pressed" | "pressed") _SPACE? | ||
clear: ("clear" | "clear") _SPACE? | ||
TRUE: ("true" | "True" | "true" | "True") _SPACE? | ||
FALSE: ("false" | "False" | "false" | "False") _SPACE? |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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