Closed TheDataLeek closed 8 years ago
I like your pull request. I will merge it this week and I will also fix minor conflicts. Nothing to worry about, though. I was busy last week but I am going to start posting updates soon.
Cool, good to hear it. No worries, I have a rough week ahead of me as well, so take your time.
Let me know if there's anything I should/need to change.
Tons of changes for the dev branch.
Union
,List
, andCallable
cases.Callable
methods at this point mostly work, but still have issues with deep nesting, which is I think a part of howUnion
andTuple
behave.Callable
nodes, I was able to extend to also deal with arguments in the TypeTree.__str__
override inParser
andBaseNode
for quick/easy debugging.This mostly or completely resolves issues #6 and #8.
This work is not anywhere near done, however I wanted to submit this PR to get your thoughts on the work that I've done.