Skip to content

JParseCode 0.17.0

Compare
Choose a tag to compare
@TeamworkGuy2 TeamworkGuy2 released this 02 Apr 04:24
· 11 commits to master since this release

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 9 var
  • Added HashMap<String, *Keyword> keywordSet field to CsKeyword and JavaKeyword for performance
  • Added some duplicate code in IdentifierTokenizer to work with optimized CharConditions.ContainsFirstSpecial constructor