Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
e5a9ff757f94ec6f3fb62c8f2c8a9618fc6d63e2
/
.
/
goldens
/
lua
/
generate.py
blob: 108a4d580ed56490a5be4a5e267cdc1e6028f710 [
file
] [
log
] [
blame
]
from
golden_utils
import
flatc_golden
def
flatc
(
options
,
schema
):
# Wrap the golden flatc generator with Lua specifics
flatc_golden
(
options
=[
"--lua"
]
+
options
,
schema
=
schema
,
prefix
=
"lua"
)
def
GenerateLua
():
flatc
([],
"basic.fbs"
)