Files
jsix_import/scripts/generate_parser.sh
Justin C. Miller d04b2ae315 [tools] Allow struct types in definitions
Allow struct type names in definitions, which result in struct buffer
pointers in generated code.
2022-10-06 23:15:20 -07:00

5 lines
158 B
Bash
Executable File

#!/usr/bin/env bash
python3 -m lark.tools.standalone assets/grammars/definitions.g > scripts/definitions/parser.py
python3 scripts/test_parse_definitions.py