mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[tools] Allow struct types in definitions
Allow struct type names in definitions, which result in struct buffer pointers in generated code.
This commit is contained in:
4
scripts/generate_parser.sh
Executable file
4
scripts/generate_parser.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
python3 -m lark.tools.standalone assets/grammars/definitions.g > scripts/definitions/parser.py
|
||||
python3 scripts/test_parse_definitions.py
|
||||
Reference in New Issue
Block a user