tzakharko/ParseTools: Tools for building parsers with R

This package provides a modular infrastructure for building ergonomic text parsers. It implements a lightweight consumable text buffer with value semantics and facility to generate flexible parsers from a formal description. Parser performance is not a focus of this package, as it is primarily meant for prototyping parsers and creating compact DSLs.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("tzakharko/ParseTools")
tzakharko/ParseTools documentation built on Dec. 18, 2019, 7:29 a.m.