MCPcopy Create free account
hub / github.com/apache/fory / parse_fdl

Function parse_fdl

compiler/fory_compiler/tests/test_javascript_codegen.py:31–32  ·  view source on GitHub ↗
(source: str)

Source from the content-addressed store, hash-verified

29
30
31def parse_fdl(source: str) -> Schema:
32 return Parser(Lexer(source).tokenize()).parse()
33
34
35def generate_javascript(source: str) -> str:

Callers 2

generate_javascriptFunction · 0.70

Calls 4

ParserClass · 0.90
LexerClass · 0.90
parseMethod · 0.45
tokenizeMethod · 0.45

Tested by

no test coverage detected