summaryrefslogtreecommitdiff
path: root/src/functiondisplay.cpp (follow)
AgeCommit message (Collapse)Author
2012-02-06Important bugfix in stack code. Thanks david!0.04Mike Buland
2012-01-18Interface system works.Mike Buland
2011-12-31Random function added, other fixes.Mike Buland
2011-12-30Well, +=, -= on dictionaries/lists works now.Mike Buland
2011-12-30Wow, dictionaries, nested dictionaries, for loopsMike Buland
They all work. I still think I should change the lists to arrays in the backend so they can be indexed as well as iterated over and appended to.
2011-12-30Functions exists/delete work now.Mike Buland
2011-12-29This commit...I dunnoMike Buland
I'm using a different version of everything, and I don't know if it's forward compatible or not.
2011-12-29Functions can be called now, at least manually.Mike Buland
A little more work needs to be done before they're being called from code correctly.
2011-12-29Getting close to realy running.Mike Buland