| 20073 | PreludeKinds[PreludeAtomTypeIds.booleanAtom] = ParsersBooleanAtom |
| 20074 | PreludeKinds[PreludeAtomTypeIds.integerAtom] = ParsersIntegerAtom |
| 20075 | class UnknownParsersProgram extends Particle { |
| 20076 | _inferRootParticleForAPrefixLanguage(parsersName) { |
| 20077 | parsersName = HandParsersProgram.makeParserId(parsersName) |
| 20078 | const rootParticle = new Particle(`${parsersName} |
nothing calls this directly
no outgoing calls
no test coverage detected