You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.8.0 - Moved ParserWorkFlow.SourceInfo and ParserWorkFlow.LoadResult (new name: SourceFiles) classes and ParserMain.getFilesByExtension() method to JFileIo library. Renamed ParserMain -> ParserMisc. Use latest version of JFileIo and JTextParser and switch from old CharParser.WithMarks interface to new CharParserMatchable.
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
ParserToolsTmp
2
2
==============
3
-
version: 0.7.0
3
+
version: 0.8.0
4
4
5
5
In progress C#/Java/TypeScript parser tools built atop [JTextParser] (https://github.com/TeamworkGuy2/JTextParser), [Jackson] (https://github.com/FasterXML/jackson-core/) (core, databind, annotations) and half a dozen other utility libraries.
@@ -38,7 +39,7 @@ public static CharParserFactory createIdentifierParser() {
38
39
/**
39
40
* @return a basic parser for a string of contiguous characters matching those allowed in identifiers (i.e. 'mySpecialLoopCount', '$thing', or '_stspr')
0 commit comments