lumiera_/src
Ichthyostega 09afbb0e12 change implementation technique: use flags instead of exceptions
abandon the use of an assertion exception to signal match failure,
rather use a final bool conversion to retrieve the results.

Error messages are now delivered by side effect into STDERR


The reason is we're unable to deliver the desisred behaviour
with the chosen DSL syntax in C++ ; on a second thought the
new approach is even better aligned with the overall way
we're writing tests in Lumiera. And we produce match-trace
messages to indicate the complete matching path now
2015-12-08 03:20:52 +01:00
..
backend clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
common prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
gui stub and rectify interfaces defined thus far. 2015-11-28 23:50:56 +01:00
include allow for trace-logging the processed diff-tokens 2015-11-01 03:54:43 +01:00
lib change implementation technique: use flags instead of exceptions 2015-12-08 03:20:52 +01:00
lumiera release prep: remove defunct autotools buildsystem 2013-10-29 03:47:50 +01:00
plugin
proc decide upon the actual mechanics of command binding and invocation 2015-11-28 08:15:32 +01:00
tool clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
.gitignore
DIR_INFO
doxygen.dox DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
SConscript enable special unit-tests to link against the gui 2014-10-18 04:27:07 +02:00