1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

pattern matcher: Implemented backend

changed comments
This commit is contained in:
Karroffel
2016-10-16 13:20:28 +02:00
committed by karroffel
parent d445f0639f
commit e781a7e07e
4 changed files with 375 additions and 289 deletions

View File

@@ -1894,6 +1894,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
"for",
"pass",
"return",
"match",
"while",
"remote",
"sync",