Module RossParser
A module with helper functions related to parsing of RoSS.
Info:
- License: MIT
- Author: Richard Voelker
Functions
Parse (ross) | Parses a RoSS string into a parse tree to be sent to the RossCompiler. |
Functions
- Parse (ross)
-
Parses a RoSS string into a parse tree to be sent to the
RossCompiler.
Parameters:
- ross string The RoSS string.
Returns:
-
table
The parse tree.