Eric Bezault
Eric Bezault
I can see that it is an improvement for those who are ready to install CMake on their machine. But it would be nice to still have a procedure to...
I have the impression that people prefer the old script files. However, I would not like your work on CMake to be lost (or to force people to have to...
I think it's possible. The Gobo compiler code has been designed in such a way that the code generation is independent from the code analysis/validation. So currently we have class...
Unfortunately no. And I must say that the code is not very digestible. Sorry about that.
As a starter, `ET_C_GENERATOR` uses the visitor pattern to traverse the AST nodes. AST nodes represent the "static" version of the code (as it is read from the class text),...
It's just that I hadn't have time yet to work on the issue. I didn't pull the suggestion as-is because I don't want to end up with many ECF files...
My plan is to go even further: I will create one Git repository per library (containing the code, its examples, its tests and its doc). People who want to use...
There are several reasons I want to split the Gobo repository into several repositories, one per library. The first one is that there are some libraries in there which have...
Although I never tried it on openBSD, I guess that the problem above comes from the fact that the install script does not know that `cc` means `clang`. Can `clang`...
Although I cannot tell for sure because I don't have access to an openBSD system, I think that the issues above have now been fixed in the new version of...