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