MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / decl

Function decl

MathBox/mathbox-core.js:33383–33388  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

33381 }
33382
33383 function decl(flags) {
33384 var _ = mknode(DECL, token, node)
33385 _.flags = flags
33386
33387 return _
33388 }
33389
33390 function struct(allow_assign, allow_comma) {
33391 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