Now a REAL lib

This commit is contained in:
Justine
2023-01-09 19:23:20 +01:00
parent ef46613c71
commit fe9e6f04f5
19014 changed files with 715877 additions and 264 deletions

View File

@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"fn":[["delimited","Matches an object from the first parser and discards it, then gets an object from the second parser, and finally matches an object from the third parser and discards it."],["pair","Gets an object from the first parser, then gets another object from the second parser."],["preceded","Matches an object from the first parser and discards it, then gets an object from the second parser."],["separated_pair","Gets an object from the first parser, then matches an object from the sep_parser and discards it, then gets another object from the second parser."],["terminated","Gets an object from the first parser, then matches an object from the second parser and discards it."],["tuple","Applies a tuple of parsers one by one and returns their results as a tuple. There is a maximum of 21 parsers"]],"trait":[["Tuple","Helper trait for the tuple combinator."]]};