preprocessor
preprocessor copied to clipboard
A Java+Kotlin source file preprocessor used in the RM to support multiple MC versions
Results
11
preprocessor issues
Sort by
recently updated
recently updated
newest added
Add automatic tab indentation support with the following steps: 1. Tweak the `String.indentation` to treat `'\t'` as a valid indentation 2. Make the `indentStack` store indentation strings instead of indentation...