summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* LACE: More error normalisation, and error rendering capabilityDaniel Silverstone2012-07-175-15/+125
* LACE: Start normalising error paths more aggressivelyDaniel Silverstone2012-07-1711-37/+151
* {BUILTIN,COMPILER}: Ensure internal errors are not normalised purely to stringsDaniel Silverstone2012-07-172-3/+3
* TEST: Test for basic error normalisation at runtimeDaniel Silverstone2012-07-172-0/+26
* ENGINE: Now not possible to have no resultDaniel Silverstone2012-07-171-5/+1
* Ensure errors are flattened into stringsDaniel Silverstone2012-05-292-0/+13
* Include control type in error stringDaniel Silverstone2012-05-161-1/+1
* _lace not .laceDaniel Silverstone2012-05-161-2/+2
* _lace not .laceDaniel Silverstone2012-05-161-4/+4
* Better Makefile with install supportDaniel Silverstone2012-05-161-4/+16
* Add a version number (0) to lace. Will increment to 1 before first releaseDaniel Silverstone2012-05-161-0/+6
* Use _lace instead of [".lace"]Daniel Silverstone2012-05-158-86/+86
* Add use of anyof and allof to the complex engine testDaniel Silverstone2012-05-152-1/+6
* Add anyof/allof combinators and tests for the builtin.Daniel Silverstone2012-05-152-3/+156
* Clean up test output in the good caseDaniel Silverstone2012-05-156-12/+12
* Codethink sponsorship noteDaniel Silverstone2012-05-141-0/+5
* Remove Luxio dependency from test suiteDaniel Silverstone2012-05-143-6/+3
* Remove luxio depend from lexDaniel Silverstone2012-05-141-2/+0
* Allow empty quotes to force an empty word to get into the lexer outputDaniel Silverstone2012-05-132-2/+18
* Remove files from lexer interface, it's not neededDaniel Silverstone2012-05-133-34/+0
* Complex ruleset test with defines, includes and conditional allow/denyDaniel Silverstone2012-05-134-0/+35
* Clear the default if not suppressingDaniel Silverstone2012-05-131-0/+6
* Ruleset inclusion supportDaniel Silverstone2012-05-132-22/+252
* Allow access to internal engineDaniel Silverstone2012-05-131-0/+1
* Allow suppression of default behaviourDaniel Silverstone2012-05-131-3/+3
* Allow access to the loader and compilers for internal operationsDaniel Silverstone2012-05-131-0/+2
* Full engine test with define rules and allows with conditions. Also tests de...Daniel Silverstone2012-05-134-11/+84
* Add conditions to allow/deny in builtinsDaniel Silverstone2012-05-132-2/+108
* Add define builtin commandDaniel Silverstone2012-05-132-0/+123
* Return number when erroring on redefinitionDaniel Silverstone2012-05-131-1/+1
* Bit more tidying of coverageDaniel Silverstone2012-05-132-3/+2
* Ensure default command works, via compiler assistanceDaniel Silverstone2012-05-133-4/+83
* Change builtin default to store a _return rule ready for useDaniel Silverstone2012-05-132-7/+3
* Handle the last conditional result for allow/deny in builtinDaniel Silverstone2012-05-132-1/+27
* Handle the last unconditional result for allow/deny in builtinDaniel Silverstone2012-05-132-5/+38
* Behaviour for 'default' in lace.builtinDaniel Silverstone2012-05-132-0/+96
* Dots are allowed in function names, luacov needs to know thisDaniel Silverstone2012-05-131-2/+2
* Add basic runtime engine and testsDaniel Silverstone2012-05-134-0/+221
* Include line number into rulesDaniel Silverstone2012-05-131-0/+1
* typoDaniel Silverstone2012-05-131-1/+1
* Verify reasons for compilation failures make their way back to the callerDaniel Silverstone2012-05-132-0/+9
* Test compiling a simple deny-all ruleDaniel Silverstone2012-05-132-0/+14
* Compiler to use new builtin moduleDaniel Silverstone2012-05-131-3/+2
* Add interactiveDaniel Silverstone2012-05-131-0/+4
* Initial result builtin (allow/deny)Daniel Silverstone2012-05-133-0/+125
* SpelloDaniel Silverstone2012-05-131-1/+1
* Top level module tests. Can also act as an example.Daniel Silverstone2012-05-132-1/+50
* More compilation and test casesDaniel Silverstone2012-05-134-3/+78
* Shush luacov on close brace linesDaniel Silverstone2012-05-131-0/+1
* Initial compiler module and tests. Doesn't compile anything yetDaniel Silverstone2012-05-135-2/+214