Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-05 | Added unique function and a workaround for non-matching inputs to rules passing | Mike Buland | |
the rule input filter. | |||
2011-06-03 | I added basic support for "opaque" type variables. I think there's one more | Mike 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-03 | Added 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-07 | Minor typo in the vim syntax hilighter. | Mike Buland | |
2009-12-21 | m3 is copied into trunk, we should be good to go, now. | Mike Buland | |