summaryrefslogtreecommitdiff
path: root/LinkedNode.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-18Change license to MITPeter Wu1-14/+9
You are free to use this code under the terms of the MIT license. While at it, include my public e-mail address and remove trailing white space.
2011-12-03Process function declarations to avoid "undefined function" warningsPeter Wu1-0/+1
2011-12-01Fix stack corruption, support func calls with arguments and automatic variablesPeter Wu1-46/+25
2011-12-01WIP for func parameter support and local (automatic) variablesPeter Wu1-2/+7
2011-12-01Split classes in separate filesPeter Wu1-0/+179