Florian Schanda
Florian Schanda
The worst offenders are for `tests-system/bulk` are: ``` ncalls tottime percall cumtime percall filename:lineno(function) 1 0.000 0.000 31.589 31.589 trlc/trlc.py:21() 1 0.000 0.000 31.571 31.571 trlc/trlc.py:490(main) 1 0.000 0.000 31.558...
In the LRM we have something like this: ```trlc bnf = ''' foo ::= bar { wibble } ''' ``` This comes out as ```plain foo ::= bar { wibble...
This requires #47 (the sound version of this). Use case: * provide include directories with new switch (e.g. -I) * provide _one_ file we're interested in * validate just this...
Multiple check blocks for the same type are evaluated in unspecified order. Currently in vcg we assume the same order that TRLC has used; but we should not do that....
We could create a TRLC object with the values suggested by the CE to double-check it's correct, in which case we can remove the possible "incomplete" warning if it does...