summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add NEWS file.HEADv1.4masterDaniel Silverstone2017-08-021-0/+18
* Support reporting deep error messages more cleanlydsilvers/deep-errorsDaniel Silverstone2017-07-085-1/+31
* Test that include statements error on bad condition namesdsilvers/definecheckingDaniel Silverstone2017-05-131-0/+9
* Ensure defines used in include are checked for existingDaniel Silverstone2017-05-131-0/+11
* Ensure definitions are faked for include testsDaniel Silverstone2017-05-131-3/+3
* Test checking defines in anyof/allofDaniel Silverstone2017-05-133-0/+34
* Support checking defines in anyof/allofDaniel Silverstone2017-05-131-1/+13
* Remove obsolete testsDaniel Silverstone2017-05-133-34/+0
* Ensure defined valuesDaniel Silverstone2017-05-131-3/+3
* Test for bad defines in allowDaniel Silverstone2017-05-131-0/+10
* Check in allow/deny that names are definedDaniel Silverstone2017-05-131-0/+10
* Augment compcontext for tests.Daniel Silverstone2017-05-132-14/+20
* Save names of defines for checking laterDaniel Silverstone2017-05-131-0/+4
* fix bug where '[' would be lostv1.3.1Daniel Silverstone2017-02-126-11/+26
* Add CoCv1.3Daniel Silverstone2016-05-301-0/+20
* Merge branch 'subword-errors' of git://git.gitano.org.uk/personal/richardmaw/...Daniel Silverstone2015-11-308-90/+199
|\
| * lace.error.render: Report all lines that caused errorRichard Maw2015-11-273-19/+58
| * lace.builtin.define: Record the definition in error wordsRichard Maw2015-11-272-0/+34
| * lace.error.render: Build wordset before filling in linesRichard Maw2015-11-271-9/+11
| * lace.builtin: Augment returned errors with line numbersRichard Maw2015-11-271-4/+15
| * lace.builtin: Pass the rule into builtin functionsRichard Maw2015-11-273-42/+50
| * lace.builtin: Augment default rule with source and line numberRichard Maw2015-11-271-2/+7
| * lace.error: Move augmented source location into wordsRichard Maw2015-11-272-6/+6
| * lace.builtin.include: Record subwords for include errorsRichard Maw2015-11-271-0/+3
| * lace.error: Split out subword collection logicRichard Maw2015-11-272-6/+11
| * lace.builtin.include: Highlight the right word when inclusion conditional errorsRichard Maw2015-11-271-1/+2
| * lace.compiler.transfer_args: call errors `msg`Richard Maw2015-11-271-4/+4
| * lace.builtin.define: Clarify unknown control type errorRichard Maw2015-11-273-3/+4
| * lace.builtin: move any/allof function outRichard Maw2015-11-261-9/+11
* | Merge branch 'subword-errors' of git://git.gitano.org.uk/personal/richardmaw/...v1.2Daniel Silverstone2015-11-244-19/+73
|\ \ | |/
| * lace.error.render: Highlight the subword the error came fromRichard Maw2015-11-242-14/+37
| * lace: Collect subwords when collecting errorsRichard Maw2015-11-242-4/+23
| * lace.lex: Don't include trailing ] in subwordRichard Maw2015-11-241-0/+4
| * lace.builtin: Offset anyof/allof error messagesRichard Maw2015-11-241-1/+9
|/
* Convert subdefines from {} to []Richard Maw2015-11-179-12/+12
* Allow sub sub definesDaniel Silverstone2015-11-106-21/+58
* Support sub-definition using bracesDaniel Silverstone2015-11-096-2/+67
* Add support for lexing {}d stringsDaniel Silverstone2015-11-092-6/+39
* Support the concent that compile_one_line() might return many rules for that ...Daniel Silverstone2015-11-091-7/+14
* Support lexing in a way which copes with terminatorsDaniel Silverstone2015-11-091-5/+9
* Add some unpack holding so that Lua 5.3 worksv1.1Daniel Silverstone2015-11-053-0/+6
* Fix small bug which fails to propagate defaultsDaniel Silverstone2015-11-054-3/+11
* Make luacov optional in the test suiteDaniel Silverstone2015-07-046-6/+6
* Change config.ld to talk about READMEDaniel Silverstone2015-07-031-1/+1
* Indent code sample in READMEDaniel Silverstone2015-07-031-9/+9
* Cache full lexes of rulesetsDaniel Silverstone2014-03-221-0/+8
* Attempt caching of lexed lines to speed things upDaniel Silverstone2014-03-221-1/+10
* More documentationDaniel Silverstone2013-12-093-2/+63
* Move ldoc generation into top levelDaniel Silverstone2013-11-2813-3/+8
* Lots of ldocDaniel Silverstone2013-11-267-4/+221