summaryrefslogtreecommitdiffstats
path: root/test/language/functions.rb
Commit message (Expand)AuthorAgeFilesLines
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-2/+2
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-181-2/+20
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-181-0/+33
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-161-1/+1
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-0/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-8/+8
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-8/+1
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-52/+0
* Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but...luke2006-09-151-0/+39
* This commit adds two important features (but which probably were notluke2006-09-151-0/+52
* Function autoloading now works as requested in #214.luke2006-08-221-0/+27
* First round of bugfixes in preparation for 0.18.4luke2006-07-211-0/+1
* Adding minimal update checking for templates. It will only check the templat...luke2006-07-031-0/+46
* Moving the template handling into a simple wrapper object so templates don't ...luke2006-06-301-0/+26
* adding some tests for the template functionluke2006-06-291-0/+79
* Making sure fail function converts everything to stringsluke2006-06-271-1/+2
* Adding "fail" function, which will raise a ParseError if it is encountered.luke2006-06-271-0/+19
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-121-0/+73