Adrian Pop
Adrian Pop
Is OK from my side, I thought it was some left over code, but if this is documentation, of course we should keep it. @AHaumer just let us know how...
This seems to be already supported by Dymola (even in Pedantic Mode). I had to "fix" a library that is already using it.
Unfortunately in ANTLR you cannot use dash in rules names, is not allowed.
Now the grammar is split into the sections we have in the spec. The only problem with this seems to be that reporting is not done on the full grammar,...
Actually, never mind, it seems that reporting works fine with the CI, but somehow the build does not which is weird as it works fine for me.
I will review it again, but you're right we should find some other reviewer that hasn't been involved in the development.
Really? a docker image without "make" is used? @sjoelund: can you add that so we don't have to duplicate the commands in the Makefile again in .CI/Jenkinsfile
Is only sed that is needed to generate the .g.tex files, the ANTLR is only needed for testing. But of course, we could split the listing we have now in...
I will do the changes i talked about so you can see what I mean.
The first diff looks like this (what it is now vs. generated files). I'll try to minimize it now. ``` diff diff --git a/chapters/B1_lexical_conventions.tex b/chapters/B1_lexical_conventions.tex index 88b982f..ba445ae 100644 --- a/chapters/B1_lexical_conventions.tex...