Skip to content
Snippets Groups Projects
Unverified Commit 12d14a3c authored by Martin Hořeňovský's avatar Martin Hořeňovský
Browse files

Add support for multiply calling lambda parsers in Clara

Previously a lambda parser in Clara could only be invoked once,
even if it internally was ok with being invoked multiple times.

With this change, a lambda parser can mark itself as `accept_many`,
in which case it will be invoked multiple times if the appropriate
flag was supplied multiple times by the user.
parent f17725a1
No related branches found
No related tags found
Loading
Showing with 292 additions and 20 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment