Together-Java / ModernJava

Book teaching how to write modern and effective Java. It is maintained by the community, anyone can contribute.
https://together-java.github.io/ModernJava/
Apache License 2.0
33 stars 22 forks source link

Make nested preprocessor IFs work #20

Closed bowbahdoe closed 7 months ago

bowbahdoe commented 1 year ago

Added a basic preprocessor, but it will misbehave if conditions are nested. That isn't a problem right now but it might be worth tackling before someone foot guns

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label, comment or add the valid label or this will be closed in 5 days.

bowbahdoe commented 7 months ago

This is not really a priority anymore since this preprocessor was removed