All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 - 2024-12-31
- Updated
gleam_stdlib
to version0.51.0
. - Added
gleam_regexp
to replace the removedgleam/regex
module. - Replaced
string.drop_left
withstring.drop_start
. - Replaced
string.drop_right
withstring.drop_end
.
0.4.0 - 2024-09-21
- A new
map_error
parser. See its description in the docs for more information.
0.3.1 - 2024-09-15
- Fixed
comment
lexer to work with comments at the end of the input
0.3.0 - 2024-09-07
Skip
lexer match can transition the lexer into a new mode.
0.2.1 - 2024-08-21
- (@TheOnlyTails) Bug with new pratt parsers.
0.2.0 - 2024-08-21
- (@TheOnlyTails)
_custom
variants toprefix
,infix
, andpostfix
pratt parsers, as well as a newoperator_custom
function.infix_left
andinfix_right
have been merged into a singleinfix
function that accepts a parameter of typePrecedence
.
0.1.0 - 2024-05-16
- Initial release