04 / CONTRACT
Parser
parserはMatra sourceを受け取り、data modelと等価なtreeを返します。
Minimal interface
parse(source, options?) → AST | MatraJSONSyntax modes
| Mode | Accepted syntax |
|---|---|
mixed | Function + document |
document | Document only |
application | Function only |
04 / CONTRACT
parserはMatra sourceを受け取り、data modelと等価なtreeを返します。
parse(source, options?) → AST | MatraJSON| Mode | Accepted syntax |
|---|---|
mixed | Function + document |
document | Document only |
application | Function only |