Searched refs:grammarCode (Results 1 – 1 of 1) sorted by relevance
33 $grammarCode = file_get_contents($grammarFile); variable34 $grammarCode = replaceIfBlocks($grammarCode, $defines); variable35 $grammarCode = preprocessGrammar($grammarCode); variable37 file_put_contents($tmpGrammarFile, $grammarCode);
Completed in 4 milliseconds