recursion.php
This file is part of the Parsica library.
Copyright (c) 2020 Mathias Verraes mathias@verraes.net
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Table of Contents
Functions
- recursive() : Parser
- Create a recursive parser. Used in combination with Parser#recurse().
Functions
recursive()
Create a recursive parser. Used in combination with Parser#recurse().
recursive() : Parser