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",