MCPcopy Index your code
hub / github.com/nodejs/node / ParseGN

Function ParseGN

deps/v8/tools/cppgc/gen_cmake.py:483–485  ·  view source on GitHub ↗
(contents)

Source from the content-addressed store, hash-verified

481
482
483def ParseGN(contents):
484 parser = lark.Lark(GN_GRAMMAR, parser='lalr', start='file')
485 return parser.parse(contents)
486
487
488def ParseGNFile(filename):

Callers 2

_CompileMethod · 0.90
ParseGNFileFunction · 0.85

Calls 1

parseMethod · 0.65

Tested by 1

_CompileMethod · 0.72