Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chibash/stone
/ ClosureParser
Method
ClosureParser
src/stone/ClosureParser.java:6–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
public
class
ClosureParser extends FuncParser {
6
public
ClosureParser() {
7
primary.insertChoice(rule(Fun.
class
)
8
.sep(
"fun"
).ast(paramList).ast(block));
9
}
10
}
Callers
nothing calls this directly
Calls
4
insertChoice
Method · 0.80
ast
Method · 0.80
sep
Method · 0.80
rule
Method · 0.80
Tested by
no test coverage detected