Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
def
parse_fdl(source: str) -> Schema:
32
return
Parser(Lexer(source).tokenize()).parse()
33
34
35
def
generate_javascript(source: str) -> str:
Callers
2
generate_javascript
Function · 0.70
test_javascript_file_extension
Function · 0.70
Calls
4
Parser
Class · 0.90
Lexer
Class · 0.90
parse
Method · 0.45
tokenize
Method · 0.45
Tested by
no test coverage detected