| 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. |
| 19855 | class HandParsersProgram extends AbstractParserDefinitionParser { |
| 19856 | createParserPool() { |
| 19857 | const map = {} |
| 19858 | map[ParsersConstants.comment] = Particle |
nothing calls this directly
no outgoing calls
no test coverage detected