Add method to parse just a single term #16

Merged
zyxw59 merged 2 commits from parse-one-term into main 2024-07-04 15:33:19 +00:00
zyxw59 commented 2024-07-01 00:17:47 +00:00 (Migrated from github.com)

This could be used to parse a single term embedded within a larger document which is being parsed externally. In particular, if passed an input starting with an opening delimiter, parse_one_term would parse until the matching closing delimiter, and no more.

This could be used to parse a single term embedded within a larger document which is being parsed externally. In particular, if passed an input starting with an opening delimiter, `parse_one_term` would parse until the matching closing delimiter, and no more.
Sign in to join this conversation.
No description provided.