temporary fork of saphyr with serde support merged into main.
639d288236
This eliminates calls to clone() and to_owned() in the parser - Peeking now returns reference only - To obtain value, fetch_token needs to be called - The parser was adapted accordingly - Also: Pass anchor name by value to register_anchor |
||
---|---|---|
parser |