Metadata-Version: 2.1
Name: pyasdl
Version: 0.1.0
Summary: ASDL Parser
Home-page: https://github.com/isidentical/pyasdl
Author: isidentical
Author-email: isidentical@gmail.com
License: UNKNOWN
Description: # PyASDL
        
        A new ASDL parser for Zephyr's ASDL format.
        
        ## Usage
        
        ```py
        from pyasdl import asdl
        
        asdl.parse(<asdl source>)
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
