- Documentation fixes for
TokenStream
- Fix bug in
read_while()
andread()
when first token matches - Refactor
read_while()
,read_until()
to userle()
for an easier way of getting the logic correct.
- Add
...
args tolex()
which are passed through tostringi::stri_match_all()
- Increase test coverage to 1005 of the code
- Include a base R variation of the R6 TokenStream by using environments directly.
- Switch to
stringi
instead ofstringr
as it is a lighter dependency
- Bug-fixing of 'consume_until'
- Improved print statement for TokenStream
- renamed
regex
tore
to avoid clash withstringr
- Stricter checks on 'regex_idx' validity
- Bug fixes
- Added initial
PBRT
vignette
- Initial release
- Major update + API changes from the now defunct minilexer