MCPcopy Create free account
hub / github.com/socketstream/socketstream / Parser

Function Parser

docs/js/marked.js:762–766  ·  view source on GitHub ↗

* Parsing & Compiling

(options)

Source from the content-addressed store, hash-verified

760 */
761
762function Parser(options) {
763 this.tokens = [];
764 this.token = null;
765 this.options = options || marked.defaults;
766}
767
768/**
769 * Static Parse Method

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected