Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Case 4 not implemented yet, should be sufficient for basic testing
though.
|
|
|
|
To check order of statements generated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tree-print now shows "branches" of tree for readability
Now tests if t is null and returns rather then testing t is not null and
then printing the node, this allows for less indentation in the code.
|
|
input/output created write/read respectively fixed to read/write.
|
|
|
|
|
|
|
|
|
|
Function were blocked from calling themselves because they could not
look outside their scope. Functions are now duplicated to their scope to
allow for recursion.
|
|
Allows for the scope to contain the function without having to worry
about multiple nodes with the same name.
|
|
|
|
|