Releases: phlegmaticprogrammer/ParsingKit
Releases · phlegmaticprogrammer/ParsingKit
v0.6.2
Update SyntaxTree.swift
v0.6.1
Update SyntaxTree.swift
v0.6.0
Added SyntaxTree and CodeOutput tools.
v0.5.1
Update TextGrammar.swift
v0.5.0
Update RegularExpressions.swift
v0.4.7
Make lexers always follow maximal munch rule.
v0.4.6
Fixed tests.
v0.4.5: Simplified positive lookahead mechanism.
Just like negative lookahead, positive lookahead doesn't have an output parameter, and doesn't have a result.
v0.4.4
Update Package.resolved
v0.4.3
Update Parsing.swift