<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Port of 'Dparser' Package</dc:title>
  <dc:title>R package dparser version 1.3.1-13</dc:title>
  <dc:description>A Scannerless GLR parser/parser generator.  Note that GLR standing for "generalized LR", where L stands for "left-to-right" and
   R stands for "rightmost (derivation)".  For more information see &lt;https://en.wikipedia.org/wiki/GLR_parser&gt;. This parser is based on the Tomita
   (1987) algorithm. (Paper can be found at &lt;https://aclanthology.org/P84-1073.pdf&gt;).
   The original 'dparser' package documentation can be found at &lt;https://dparser.sourceforge.net/&gt;.  This allows you to add mini-languages to R (like
   rxode2's ODE mini-language Wang, Hallow, and James 2015 &lt;DOI:10.1002/psp4.12052&gt;) or to parse other languages like 'NONMEM' to automatically translate
   them to R code.   To use this in your code, add a LinkingTo dparser in your DESCRIPTION file and instead of using #include &lt;dparse.h&gt; use
   #include &lt;dparser.h&gt;.  This also provides a R-based port of the make_dparser &lt;https://dparser.sourceforge.net/d/make_dparser.cat&gt; command called
   mkdparser().  Additionally you can parse an arbitrary grammar within R using the dparse() function, which works on most OSes and is mainly for grammar
   testing.  The fastest parsing, of course, occurs at the C level, and is suggested.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.3)</dc:relation>
  <dc:relation>Imports: digest, methods</dc:relation>
  <dc:relation>Suggests: rex, covr, testthat, knitr, devtools</dc:relation>
  <dc:creator>Matthew Fidler &lt;matthew.fidler@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Matthew Fidler [aut, cre],
  John Plevyak [aut, cph]</dc:contributor>
  <dc:rights>BSD_3_clause + file LICENSE (https://CRAN.R-project.org/package=dparser/LICENSE)</dc:rights>
  <dc:date>2024-10-22</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=dparser</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.dparser</dc:identifier>
</oai_dc:dc>
