MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / decl

Function decl

MathBox/mathbox-bundle.js:80068–80073  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

80066 }
80067
80068 function decl(flags) {
80069 var _ = mknode(DECL, token, node)
80070 _.flags = flags
80071
80072 return _
80073 }
80074
80075 function struct(allow_assign, allow_comma) {
80076 var _ = mknode(STRUCT, token, node)

Callers 2

parse_stmtFunction · 0.70
setup_stative_parsersFunction · 0.70

Calls 1

mknodeFunction · 0.70

Tested by

no test coverage detected