Merge branch 'master' of https://git.mcnd.ca/mcndave/picea
This commit is contained in:
commit
169400cd61
|
@ -20,6 +20,8 @@ abstract class Context {
|
||||||
|
|
||||||
public string $filePath = "";
|
public string $filePath = "";
|
||||||
|
|
||||||
|
public string $classPath = "";
|
||||||
|
|
||||||
public array $switchStack = [];
|
public array $switchStack = [];
|
||||||
|
|
||||||
public array $iterateStack = [];
|
public array $iterateStack = [];
|
||||||
|
|
Loading…
Reference in New Issue