mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Allow struct type names in definitions, which result in struct buffer pointers in generated code.
5 lines
158 B
Bash
Executable File
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
|