Skip to content

Commit

Permalink
Merge branch 'main' into Delete-old-teacher-file
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 14, 2023
2 parents 8147e63 + 1095617 commit 791b794
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 65 deletions.
24 changes: 12 additions & 12 deletions grammars/keywords-da.lark
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ _WITH: ("with" | "with") _SPACE?
_DEF: ("def" | "def") _SPACE?
_RETURN: ("return" | "return") _SPACE?
_PRINT: ("print" | "print") _SPACE?
_ASK: ("ask" | "ask") _SPACE?
_ECHO: ("echo" | "echo") _SPACE?
_FORWARD: ("forward" | "forward") _SPACE?
_TURN: ("turn" | "turn") _SPACE?
_ASK: ("spørg" | "ask") _SPACE?
_ECHO: ("ekko" | "echo") _SPACE?
_FORWARD: ("fremad" | "forward") _SPACE?
_TURN: ("drej" | "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?
black: ("sort" | "black") _SPACE?
blue: ("blå" | "blue") _SPACE?
brown: ("brun" | "brown") _SPACE?
gray: ("grå" | "gray") _SPACE?
green: ("grøn" | "green") _SPACE?
orange: ("orange" | "orange") _SPACE?
pink: ("pink" | "pink") _SPACE?
purple: ("purple" | "purple") _SPACE?
pink: ("lyserød" | "pink") _SPACE?
purple: ("lila" | "purple") _SPACE?
red: ("red" | "red") _SPACE?
white: ("white" | "white") _SPACE?
yellow: ("yellow" | "yellow") _SPACE?
Expand Down Expand Up @@ -45,7 +45,7 @@ _INPUT: ("input" | "input")
_OR: _SPACE ("or" | "or") _SPACE
_WHILE: ("while" | "while") _SPACE
_LENGTH: "length" | "length"
_COLOR : ("color" | "color") _SPACE?
_COLOR : ("farve" | "color") _SPACE?
_PRESSED: ("pressed" | "pressed") _SPACE?
_BUTTON: ("button" | "button") _SPACE?
clear: ("clear" | "clear") _SPACE?
6 changes: 3 additions & 3 deletions grammars/keywords-pt_BR.lark
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _FROM: _SPACE ("de" | "from") _SPACE
_AT: _SPACE ("em" | "at") _SPACE
random: ("aleatório" | "random") _SPACE?
_IN: _SPACE ("em" | "in") _SPACE
_NOT_IN: _SPACE ("not in" | "not in") _SPACE
_NOT_IN: _SPACE ("não em" | "not in") _SPACE
_IF: ("se" | "if") _SPACE
_ELSE: "senão" | "else"
_AND: _SPACE ("e" | "and") _SPACE
Expand All @@ -46,6 +46,6 @@ _OR: _SPACE ("ou" | "or") _SPACE
_WHILE: ("enquanto" | "while") _SPACE
_LENGTH: "comprimento" | "length"
_COLOR : ("cor" | "color") _SPACE?
_PRESSED: ("pressed" | "pressed") _SPACE?
_PRESSED: ("apertado" | "pressed") _SPACE?
_BUTTON: ("button" | "button") _SPACE?
clear: ("clear" | "clear") _SPACE?
clear: ("limpar" | "clear") _SPACE?
32 changes: 16 additions & 16 deletions grammars/keywords-tr.lark
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
_DEFINE: ("define" | "define") _SPACE?
_CALL: ("call" | "call") _SPACE?
_WITH: ("with" | "with") _SPACE?
_DEF: ("def" | "def") _SPACE?
_RETURN: ("return" | "return") _SPACE?
_DEFINE: ("tanımla" | "define") _SPACE?
_CALL: ("çağır" | "call") _SPACE?
_WITH: ("ile" | "with") _SPACE?
_DEF: ("tanı" | "def") _SPACE?
_RETURN: ("geridön" | "return") _SPACE?
_PRINT: ("yazdır" | "print") _SPACE?
_ASK: ("sor" | "ask") _SPACE?
_ECHO: ("eko" | "echo") _SPACE?
_ECHO: ("yankıla" | "echo") _SPACE?
_FORWARD: ("ileri" | "forward") _SPACE?
_TURN: ("döndür" | "turn") _SPACE?
left: ("sol" | "left") _SPACE?
Expand All @@ -22,30 +22,30 @@ red: ("kırmızı" | "red") _SPACE?
white: ("beyaz" | "white") _SPACE?
yellow: ("sarı" | "yellow") _SPACE?
_IS: _SPACE ("eşit" | "is") _SPACE
_SLEEP: ("bekle" | "sleep") _SPACE?
_SLEEP: ("uyu" | "sleep") _SPACE?
_ADD_LIST: ("ekle" | "add") _SPACE
_TO_LIST: _SPACE ("to" | "to") _SPACE
_TO_LIST: _SPACE ("şuraya" | "to") _SPACE
_REMOVE: ("sil" | "remove") _SPACE
_FROM: _SPACE ("şuradan" | "from") _SPACE
_AT: _SPACE ("şurada" | "at") _SPACE
random: ("rastgele" | "random") _SPACE?
_IN: _SPACE ("içinde" | "in") _SPACE
_NOT_IN: _SPACE ("değil" | "not in") _SPACE
_NOT_IN: _SPACE ("içinde değil" | "not in") _SPACE
_IF: ("eğer" | "if") _SPACE
_ELSE: "başka" | "else"
_ELSE: "değilse" | "else"
_AND: _SPACE ("ve" | "and") _SPACE
_REPEAT: ("tekrar" | "repeat") _SPACE
_REPEAT: ("tekrarla" | "repeat") _SPACE
_TIMES: _SPACE ("kere" | "times")
_FOR: ("şunun için" | "for") _SPACE
_RANGE: ("dizi" | "range") _SPACE?
_FOR: ("için" | "for") _SPACE
_RANGE: ("aralık" | "range") _SPACE?
_TO: _SPACE ("şuraya" | "to") _SPACE
_STEP: "adım" | "step"
_ELIF: _SPACE? ("elif" | "elif") _SPACE
_ELIF: _SPACE? ("değilseeğer" | "elif") _SPACE
_INPUT: ("girdi" | "input")
_OR: _SPACE ("veya" | "or") _SPACE
_WHILE: ("iken" | "while") _SPACE
_LENGTH: "uzunluk" | "length"
_COLOR : ("renk" | "color") _SPACE?
_PRESSED: ("basılı" | "pressed") _SPACE?
_BUTTON: ("button" | "button") _SPACE?
clear: ("temiz" | "clear") _SPACE?
_BUTTON: ("düğme" | "button") _SPACE?
clear: ("temizle" | "clear") _SPACE?
4 changes: 2 additions & 2 deletions grammars/keywords-ur.lark
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ _TIMES: _SPACE ("دفعہ" | "times")
_FOR: ("فی" | "for") _SPACE
_RANGE: ("حد" | "range") _SPACE?
_TO: _SPACE ("سے" | "to") _SPACE
_STEP: "step" | "step"
_STEP: "قدم" | "step"
_ELIF: _SPACE? ("یااگر" | "elif") _SPACE
_INPUT: ("بتاؤ" | "input")
_OR: _SPACE ("یا" | "or") _SPACE
_WHILE: ("جبتک" | "while") _SPACE
_LENGTH: "length" | "length"
_LENGTH: "لمبائی" | "length"
_COLOR : ("رنگ" | "color") _SPACE?
_PRESSED: ("دبا ہوا" | "pressed") _SPACE?
_BUTTON: ("بٹن" | "button") _SPACE?
Expand Down
60 changes: 30 additions & 30 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,25 +320,25 @@
"da": {
"add": "add",
"and": "and",
"ask": "ask",
"ask": "spørg|ask",
"at": "at",
"black": "black",
"blue": "blue",
"brown": "brown",
"black": "sort|black",
"blue": "blå|blue",
"brown": "brun|brown",
"call": "call",
"clear": "clear",
"color": "color",
"color": "farve|color",
"comma": ",",
"def": "def",
"define": "define",
"echo": "echo",
"echo": "ekko|echo",
"elif": "elif",
"else": "else",
"for": "for",
"forward": "forward",
"forward": "fremad|forward",
"from": "from",
"gray": "gray",
"green": "green",
"gray": "grå|gray",
"green": "grøn|green",
"if": "if",
"in": "in",
"input": "input",
Expand All @@ -347,10 +347,10 @@
"length": "length",
"or": "or",
"orange": "orange",
"pink": "pink",
"pink": "lyserød|pink",
"pressed": "pressed",
"print": "print",
"purple": "purple",
"purple": "lila|purple",
"random": "random",
"range": "range",
"red": "red",
Expand All @@ -363,7 +363,7 @@
"times": "times",
"to": "to",
"to_list": "to",
"turn": "turn",
"turn": "drej|turn",
"while": "while",
"white": "white",
"with": "with",
Expand Down Expand Up @@ -1545,7 +1545,7 @@
"blue": "azul|blue",
"brown": "marrom|brown",
"call": "call",
"clear": "clear",
"clear": "limpar|clear",
"color": "cor|color",
"comma": ",",
"def": "def",
Expand All @@ -1567,7 +1567,7 @@
"or": "ou|or",
"orange": "laranja|orange",
"pink": "rosa|pink",
"pressed": "pressed",
"pressed": "apertado|pressed",
"print": "imprima|print",
"purple": "roxo|purple",
"random": "aleatório|random",
Expand Down Expand Up @@ -2180,16 +2180,16 @@
"black": "siyah|black",
"blue": "mavi|blue",
"brown": "kahverengi|brown",
"call": "call",
"clear": "temiz|clear",
"call": "çağır|call",
"clear": "temizle|clear",
"color": "renk|color",
"comma": ",",
"def": "def",
"define": "define",
"echo": "eko|echo",
"elif": "elif",
"else": "başka|else",
"for": "şunun için|for",
"def": "tanı|def",
"define": "tanımla|define",
"echo": "yankıla|echo",
"elif": "değilseeğer|elif",
"else": "değilse|else",
"for": "için|for",
"forward": "ileri|forward",
"from": "şuradan|from",
"gray": "gri|gray",
Expand All @@ -2207,21 +2207,21 @@
"print": "yazdır|print",
"purple": "mor|purple",
"random": "rastgele|random",
"range": "dizi|range",
"range": "aralık|range",
"red": "kırmızı|red",
"remove": "sil|remove",
"repeat": "tekrar|repeat",
"return": "return",
"repeat": "tekrarla|repeat",
"return": "geridön|return",
"right": "sağ|right",
"sleep": "bekle|sleep",
"sleep": "uyu|sleep",
"step": "adım|step",
"times": "kere|times",
"to": "şuraya|to",
"to_list": "to",
"to_list": "şuraya|to",
"turn": "döndür|turn",
"while": "iken|while",
"white": "beyaz|white",
"with": "with",
"with": "ile|with",
"yellow": "sarı|yellow",
"DIGIT": "0123456789"
},
Expand Down Expand Up @@ -2305,7 +2305,7 @@
"input": "بتاؤ|input",
"is": "ہے|is",
"left": "بائیں|left",
"length": "length",
"length": "لمبائی|length",
"or": "یا|or",
"orange": "اورینج|orange",
"pink": "گلابی|pink",
Expand All @@ -2320,7 +2320,7 @@
"return": "return",
"right": "دائیں|right",
"sleep": "آرام‬‭‮|sleep",
"step": "step",
"step": "قدم|step",
"times": "دفعہ|times",
"to": "سے|to",
"to_list": "اندر|to",
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

0 comments on commit 791b794

Please sign in to comment.