add rest of golden language directories

This commit is contained in:
Derek Bailey
2023-05-05 14:15:48 -07:00
parent 3308444147
commit 489d9735e9
31 changed files with 1630 additions and 2 deletions

10
goldens/py/generate.py Normal file
View File

@@ -0,0 +1,10 @@
from golden_utils import flatc_golden
def flatc(options, schema):
# Wrap the golden flatc generator with Python specifics
flatc_golden(options=["--python"] + options, schema=schema, prefix="py")
def GeneratePython():
flatc([], "basic.fbs")