We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34891c commit 595a0b3Copy full SHA for 595a0b3
1 file changed
README.md
@@ -31,6 +31,7 @@ The modifications made to JCPP in this version of it are extensive; some are spe
31
- Removed checked exceptions
32
- Reformatted much of the code
33
- Moved file system-related things into the `fs` package
34
+- Added virtual file system functionality and improved string-handling aspects in `Preprocessor`
35
- Removed file system reading classes. The only file system reading functionality is now `ResourceFileSystem` that is used for testing
36
- Added virtual and in-memory file system classes and functionality
37
- Added support for GLSL-specific directives like `#extension`, `#version`, `#custom`, and a different type of `#line` that only uses numbers
0 commit comments