MCPcopy Create free account
hub / github.com/breck7/scroll /

Class

external/.scrollLibs.js:19855–19855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19853// HandParsersProgram is a constructor that takes a parsers file, and builds a new
19854// constructor for new language that takes files in that language to execute, compile, etc.
19855class HandParsersProgram extends AbstractParserDefinitionParser {
19856 createParserPool() {
19857 const map = {}
19858 map[ParsersConstants.comment] = Particle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected