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