Metadata-Version: 2.4
Name: pyastbuilder
Version: 0.0.5.33020374597
Summary: Utility for generating AST classes from a yaml description
Author-email: Matthew Ballance <matt.ballance@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/mballance/pyastbuilder
Keywords: Parsing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: toposort
Dynamic: license-file

# pyastgen

Generates AST-centric data structures from a YAML description. 
Output formats:
- C++data structures
- Python extension wrapping C++ data structures


