aboutsummaryrefslogtreecommitdiff
path: root/support (follow)
AgeCommit message (Collapse)Author
2012-11-08Fixed a few condition issues, and the install script is a little better, I ↵Mike Buland
think.
2012-04-05Added unique function and a workaround for non-matching inputs to rules passingMike Buland
the rule input filter.
2011-06-03I added basic support for "opaque" type variables. I think there's one moreMike Buland
tweak to it that I would like to make, but it's fine for now. I also added open, close, read, and write functions. They work just fine, but I'll also add a readLine function, and maybe even a readToken function later.
2011-06-03Added a range function. It works a lot like the range function in python,Mike Buland
if called with one parameter, it will produce a list of the numbers 1 through the number provided inclusive, if two numbers, it will produce a list of all numbers between the first and second parameter, inclusive, and if three parameters are provided it will use the last one as a step.
2011-04-07Minor typo in the vim syntax hilighter.Mike Buland
2009-12-21m3 is copied into trunk, we should be good to go, now.Mike Buland