|
@@ -13,10 +13,10 @@ |
|
|
block discarded – undo |
|
13
|
13
|
use InvalidArgumentException; |
|
14
|
14
|
use nicoSWD\Rules\Exceptions\ParserException; |
|
15
|
15
|
use nicoSWD\Rules\Grammar\CallableUserFunction; |
|
|
16
|
+use nicoSWD\Rules\TokenStream\Exception\UndefinedVariableException; |
|
16
|
17
|
use nicoSWD\Rules\Tokenizer\TokenizerInterface; |
|
17
|
18
|
use nicoSWD\Rules\Tokens\BaseToken; |
|
18
|
19
|
use nicoSWD\Rules\Tokens\TokenFactory; |
|
19
|
|
-use nicoSWD\Rules\TokenStream\Exception\UndefinedVariableException; |
|
20
|
20
|
|
|
21
|
21
|
class AST |
|
22
|
22
|
{ |
Please login to merge, or discard this patch.