MCPcopy Create free account
hub / github.com/chibash/stone / FuncParser

Method FuncParser

src/stone/FuncParser.java:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 Parser postfix = rule().sep("(").maybe(args).sep(")");
17
18 public FuncParser() {
19 reserved.add(")");
20 primary.repeat(postfix);
21 simple.option(args);
22 program.insertChoice(def);
23 }
24}

Callers

nothing calls this directly

Calls 4

repeatMethod · 0.80
optionMethod · 0.80
insertChoiceMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected