-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 Remove button from grammars and tranpiler (#5711)
Fixes #5677 Removes `button` syntax from the grammars, the transpiler and the tests. There should be no references to _BUTTON, assign_button or create_button. **How to test** Navigate to level 5 and ensure that the following command does not yield the error `name 'create_button' is not defined`. ``` hello is button if hello is pressed print "Hello world!" else print 'not' ```
- Loading branch information
1 parent
41944b9
commit 492123b
Showing
125 changed files
with
6 additions
and
343 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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: بشكل | |
black: اسود | ||
blue: ازرق | ||
brown: بني | ||
button: button | ||
call: call | ||
clear: مسح | ||
color: لون | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: в | |
black: черно | ||
blue: синьо | ||
brown: кафяво | ||
button: button | ||
call: извикай | ||
clear: изчисти | ||
color: цвят | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: a | |
black: negre | ||
blue: blau | ||
brown: marró | ||
button: boto | ||
call: crida | ||
clear: neteja | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: ar | |
black: du | ||
blue: glas | ||
brown: brown | ||
button: botwm | ||
call: call | ||
clear: clear | ||
color: lliw | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: ved | |
black: sort | ||
blue: blå | ||
brown: brun | ||
button: knap | ||
call: call | ||
clear: rens | ||
color: farve | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: an | |
black: Schwarz | ||
blue: Blau | ||
brown: Braun | ||
button: knopf | ||
call: call | ||
clear: abwischen | ||
color: farbe | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
define: define | ||
turn: turn | ||
if: if | ||
button: button | ||
d2: '2' | ||
brown: brown | ||
from: from | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: en | |
black: negro | ||
blue: azul | ||
brown: marrón | ||
button: button | ||
call: llamar | ||
clear: limpiar | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: täitsa | |
black: must | ||
blue: sinine | ||
brown: pruun | ||
button: button | ||
call: call | ||
clear: clear | ||
color: värv | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: سیاه | ||
blue: آبی | ||
brown: قهوه ای | ||
button: button | ||
call: call | ||
clear: clear | ||
color: رنگ | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: ota | |
black: musta | ||
blue: sininen | ||
brown: ruskea | ||
button: button | ||
call: call | ||
clear: nollaa | ||
color: väri | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: ב | |
black: שחור | ||
blue: כחול | ||
brown: חום | ||
button: button | ||
call: call | ||
clear: לנקות | ||
color: צבע | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: पर | |
black: काला | ||
blue: नीला | ||
brown: भूरा | ||
button: button | ||
call: call | ||
clear: साफ़ | ||
color: रंग | ||
|
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,4 +1,3 @@ | ||
button: button | ||
brown: brown | ||
and: and | ||
ask: ask | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: listából | |
black: fekete | ||
blue: kék | ||
brown: barna | ||
button: gomb | ||
call: call | ||
clear: törlés | ||
color: szín | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: a | |
black: nigre | ||
blue: blau | ||
brown: brun | ||
button: button | ||
call: appella | ||
clear: clar | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ define: define | |
'True': 'True' | ||
turn: turn | ||
if: if | ||
button: button | ||
d2: '2' | ||
brown: brown | ||
from: from | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: secara | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: warna | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: nero | ||
blue: blu | ||
brown: marrone | ||
button: button | ||
call: call | ||
clear: Elimina | ||
color: colore | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: くろ | ||
blue: あお | ||
brown: ちゃいろ | ||
button: button | ||
call: call | ||
clear: clear | ||
color: いろ | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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,4 +1,3 @@ | ||
button: button | ||
brown: brown | ||
and: dan | ||
clear: clear | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: på | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: op | |
black: zwart | ||
blue: blauw | ||
brown: bruin | ||
button: knop | ||
call: roep | ||
clear: wis | ||
color: kleur | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: ستھتی | |
black: کالا | ||
blue: نیلا | ||
brown: بھورا | ||
button: button | ||
call: call | ||
clear: clear | ||
color: رنگ | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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,4 +1,3 @@ | ||
button: button | ||
d2: '2' | ||
clear: clear | ||
if: if | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: "'em'" | |
black: preto | ||
blue: azul | ||
brown: marrom | ||
button: botão | ||
call: chame | ||
clear: limpe | ||
color: cor | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: la | |
black: negru | ||
blue: albastru | ||
brown: maro | ||
button: buton | ||
call: call | ||
clear: șterge | ||
color: culoare | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: pri | |
black: črna | ||
blue: modra | ||
brown: rjava | ||
button: gumb | ||
call: pokliči | ||
clear: počisti | ||
color: barva | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: në | |
black: zezë | ||
blue: blu | ||
brown: kafe | ||
button: button | ||
call: thirr | ||
clear: pastro | ||
color: ngjyrë | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: na | |
black: crna | ||
blue: plava | ||
brown: braon | ||
button: dugme | ||
call: call | ||
clear: očisti | ||
color: boja | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: vid | |
black: svart | ||
blue: blå | ||
brown: brun | ||
button: knapp | ||
call: anropa | ||
clear: rensa | ||
color: färg | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: వద్ద | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: బటన్ | ||
call: call | ||
clear: తుడిచివేయి | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: แบบ | |
black: ดำ | ||
blue: น้ำเงิน | ||
brown: น้ำตาล | ||
button: ปุ่ม | ||
call: call | ||
clear: ลบกระดาน | ||
color: สี | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ at: at | |
black: black | ||
blue: blue | ||
brown: brown | ||
button: button | ||
call: call | ||
clear: clear | ||
color: color | ||
|
Oops, something went wrong.