MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / parse

Method parse

www/js/_hyperscript.js:1072–1074  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

1070 var StringLike = class extends Expression {
1071 static grammarName = "stringLike";
1072 static parse(parser) {
1073 return parser.parseAnyOf(["string", "nakedString"]);
1074 }
1075 };
1076
1077 // src/core/parser.js

Callers 5

_hyperscript.jsFile · 0.45
evaluateFunction · 0.45
mergeMetaConfigFunction · 0.45
makeConsoleHistoryEntryFunction · 0.45

Calls 15

commandStartMethod · 0.95
raiseErrorMethod · 0.95
ensureTerminatedMethod · 0.95
featureStartMethod · 0.95
parseAnyOfMethod · 0.45
tokenizeMethod · 0.45
currentTokenMethod · 0.45
requireElementMethod · 0.45
hasMoreMethod · 0.45
collectErrorsMethod · 0.45
parseElementMethod · 0.45
matchTokenMethod · 0.45

Tested by

no test coverage detected