Annotated Table of Contents
apg-exp - APG Expressions
- The GitHub & npm README page.
- The user interface. Here is were all of the functions that the user will call are defined and explained.
- The
exec()
andtest()
functions are implemented in this file.
- The
replace()
function is implemented in this file.
- The
split()
function is implemented in this file. matching phrases from the input string as it goes.
- The text and HTML display functions are implemented in this file.
- When the input is SABNF syntax text, this file will call the APG functions necessary to generate a parser from it.
- Parses the replacement string of the
replace()
function, coding the replacement phrase shorthands for the phrase parts, such as the left context ($`
), matched phrase ($&
), etc.