jcpp icon indicating copy to clipboard operation
jcpp copied to clipboard

The C Preprocessor as a Java library

Results 19 jcpp issues
Sort by recently updated
recently updated
newest added

Just wanted to try out this project, but ran into some issues. After patching https://github.com/shevek/jcpp/pull/40, I run into this: ``` $ ./gradlew run --args="--help" > Task :compileJava [...] > Task...

Without this, building fails: ``` $ ./gradlew clean build > Task :compileJava FAILED error: Source option 5 is no longer supported. Use 6 or later. error: Target option 1.5 is...

gcc pack more than six sequent empty line into one line with using of # directive like this one: ``` before: \r \r \r \r \r \r void foo(){} after:...

- Added Feature to toggle whether GCC numeric suffixes are active - Fixed bug when StringLexerSource wasn't init()'ed when added macro - Fixed bug where macro expansions in the format...

This adds an Automatic-Module-Name entry to the produced jar for the project. The chosen module name is "org.anarres.jcpp". Fix #35

Hello! Any chance you'll be publishing `Automatic-Module-Name` entries for the `jcpp` jar? http://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html I'd suggest: `Automatic-Module-Name: org.anarres.jcpp`

Hello there! I thought about extending jcpp to support preprocessing of GLSL (OpenGL Shading Language). This would require to add new preprocessor directives such as "#version" and "#extension", which can...

Hello! Is `jcpp` capable of lexing and removing C++ style line comments? ``` // This is a comment ``` I can't see anything in the API to do this, and...

https://github.com/JogAmp/jcpp/commit/ff2b708f8cb716a179f2de534c1694fce9434243