forked from hedyorg/hedy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically update JavaScript bundle 🤖 beep boop
- Loading branch information
1 parent
b19a7d6
commit a91701a
Showing
4 changed files
with
94 additions
and
2 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,45 @@ | ||
_PRINT: ("ముద్రణ" | "print") _SPACE? | ||
_ASK: ("అడగండి" | "ask") _SPACE? | ||
_ECHO: ("ప్రతిధ్వని" | "echo") _SPACE? | ||
_FORWARD: ("ముందుకు" | "forward") _SPACE? | ||
_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") _SPACE | ||
_SLEEP: ("నిద్ర" | "sleep") _SPACE? | ||
_ADD_LIST: ("జోడించు" | "add") _SPACE | ||
_TO_LIST: _SPACE ("కు" | "to") _SPACE | ||
_REMOVE: ("తొలగించు" | "remove") _SPACE | ||
_FROM: _SPACE ("నుండి" | "from") _SPACE | ||
_AT: _SPACE ("వద్ద" | "at") _SPACE | ||
random: ("యాదృచ్ఛికంగా" | "random") _SPACE? | ||
_IN: _SPACE ("मेలో" | "in") _SPACE | ||
_NOT_IN: _SPACE ("not in" | "not in") _SPACE | ||
_IF: ("ఉంటే" | "if") _SPACE | ||
_ELSE: "లేకపోతే" | "else" | ||
_AND: _SPACE ("మరియు" | "and") _SPACE | ||
_REPEAT: ("పునరావృతం" | "repeat") _SPACE | ||
_TIMES: _SPACE ("సార్లు" | "times") | ||
_FOR: ("కోసం" | "for") _SPACE | ||
_RANGE: ("పరిధి" | "range") _SPACE? | ||
_TO: _SPACE ("కు" | "to") _SPACE | ||
_STEP: "అడుగు" | "step" | ||
_ELIF: _SPACE? ("మరొకటి ఉంటే" | "elif") _SPACE | ||
_INPUT: ("ఇన్పుట్" | "input") | ||
_OR: _SPACE ("లేదా" | "or") _SPACE | ||
_WHILE: ("అయితే" | "while") _SPACE | ||
_LENGTH: "పొడవు" | "length" | ||
_COLOR : ("color" | "color") _SPACE? | ||
_PRESSED: ("pressed" | "pressed") _SPACE? | ||
_BUTTON: ("button" | "button") _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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.