LUMIERA.clone/src
Ichthyostega 97c63e0472 solution how to place and use the diff token constructors
finally....
The problem is that the C++ "dependent types" defeat the typical
DSL usage, where you define some helper function in a generic
language setup class and mix this language in as superclass.
This is, C++ requires us to refer explicitly to any dependent type,
since, due to possible template specialisations, the parser
can't know if a given symbol is a inherited type or a field.

As a solution, we place the token constructor functors into a
static struct "token", which allows to write e.g. token.insert(xyz)
2015-01-04 09:08:36 +01:00
..
backend Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
common fix segfault at plugin-deregistration (due to #864) 2014-10-18 04:57:48 +02:00
gui planning the access structure to session content 2014-10-19 05:54:20 +02:00
include Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
lib solution how to place and use the diff token constructors 2015-01-04 09:08:36 +01:00
lumiera release prep: remove defunct autotools buildsystem 2013-10-29 03:47:50 +01:00
plugin Merge: change building to create modules 2008-12-20 02:15:33 +01:00
proc minor style fix 2015-01-02 11:48:02 +01:00
tool release prep: remove defunct autotools buildsystem 2013-10-29 03:47:50 +01:00
.gitignore
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
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