Changelog for egison-pattern-src-th-mode-0.2.1.2
0.2.1.2
- Nothing changed (updated as
egison-pattern-src)
0.2.1.1
- Nothing changed (updated as
egison-pattern-src)
0.2.1.0
- Fix use of external parsers to delimit input with
,,), or](change inegison-pattern-src) - Enable to parse value expression in the form of
#[1, 2, 3]without parentheses (change inegison-pattern-src)- Now you can pass list literal directly to value patterns
0.2.0.0
Breaking changes:
- Add
ParseModerecord to pass parser configurations (change in #19) - Remove the dependency on
egison-pattern-src-haskell-mode(change in #19) - Provide several variants of parsers (location annotation/non-greedy) by adding
Parsableinstance (change in #19) - Some changes in
egison-pattern-srcare inherited here. For details, see CHANGELOG in egison-pattern-src-0.2.0.0.
0.1.1.0
- Add
parseExprWithParseFixitiesto configure parsers flexibly (e.g. parse as++, but interpret it asjoin)
0.1.0.0
- Initial Release