Release 2022.05.1 #81
foonathan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dsl::scan
: it will now be invoked with the previously produced values.dsl::parse_as
to ensure that a rule always produces a value (e.g. when combined with thedsl::scan
change above).lexy::lexeme_input
to support multi-pass parsing.dsl::terminator(term)(branch)
into a branch rule, as opposed to being a plain rule (Turndsl::terminator(branch)
into a branch #74).dsl::ignore_trailing_sep()
separator.lexy::bounded<T, Max>
for bounded integer parsing (Add bounded integer parsing #72).dsl::code_unit_id
rule.lexy::forward<void>
into a sink.lexy::parse_result
andlexy::scan_result
lexy::parse
with a root production whose value isvoid
.lexy::scanner
for token productions.This discussion was created from the release Release 2022.05.1.
Beta Was this translation helpful? Give feedback.
All reactions