summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Morphology and module updatebaserock/morphDaniel Silverstone2012-09-122-1/+14
* Move luacov out to a submoduleDaniel Silverstone2012-09-0913-986/+3
* LACE: Update version to 1.0 ready for taggingv1.0Daniel Silverstone2012-07-181-1/+1
* DOC: Update documentation, closer to 1.0 releaseDaniel Silverstone2012-07-1813-248/+346
* Add an ABI marker to lace.luaDaniel Silverstone2012-07-181-0/+3
* EXAMPLE: Simple example of using laceDaniel Silverstone2012-07-183-0/+249
* COMPILER: Remove unused local functionDaniel Silverstone2012-07-181-5/+0
* LACE: Ensure engine errors are propagated properly at runtimeDaniel Silverstone2012-07-178-8/+63
* LACE: More rendered error tests for all the builtinsDaniel Silverstone2012-07-176-2/+56
* TEST: Ensure builtin define rules seem to render errors properlyDaniel Silverstone2012-07-176-27/+69
* TEST: Simplify the rendered error tests in the compiler suiteDaniel Silverstone2012-07-171-36/+0
* TEST: More error normalisation testsDaniel Silverstone2012-07-179-5/+152
* LACE: Ensure errors are rendered properly and exposed during compilationDaniel Silverstone2012-07-175-5/+74
* 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