JParseCode 0.17.0
Performance refactor, several libraries updated: JArrays, JCollectionUtil, JFileIo, JTextParser, and JTextTokenizer
Changed
- Changed to new
FileReadUtil.readChars(InputStream)
(jfile-io@0.8.2
) - Switched lombok
val
usage to Java 9var
- Added
HashMap<String, *Keyword> keywordSet
field toCsKeyword
andJavaKeyword
for performance - Added some duplicate code in
IdentifierTokenizer
to work with optimizedCharConditions.ContainsFirstSpecial
constructor