Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
8afb68f074b95b748425a5649728eb9fba3bc50b
/
.
/
goldens
/
lua
/
generate.py
blob: 108a4d580ed56490a5be4a5e267cdc1e6028f710 [
file
]
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"
)