Adrian Pop
Adrian Pop
@sjoelund: I know, but for my sanity and debugging I will do each phase separately :)
The parser diffs are rather small now. To generate the .tex files from .g just run: `make -C grmmar all_tex` . The lexer needs some work, will look into that...
> It's an interesting enhancement, but I see a number of practical issues: > > * All tools do currently not support this. They do, at least in graphical user...
I have some code and I need to do some testing to see if it works fine with the latest clang and gcc we have in OMDev.
Seems that input/output of type other than Real are not supported?
Seems the builds cannot find `bthledef.h` but it looks like it was added recently: https://sourceforge.net/p/mingw-w64/mingw-w64/ci/3fc5347bb34720b95112f5d2f6180ee3976ea3a5/
Good to know. Where are these discussions? Maybe I can help with some things.
I will give it another try with dynamically linked LLVM but statically linked lld. The only "problem" is basically time (CPU resources). In PKGBUILD we can do a shared build...
AFAIK, in Windows we always compile the FMUs static no matter what you choose in OMEdit.
I think the only one we should get rid of is "none", I don't know why we have that. Maybe @sjoelund remembers.