We want to separate the Python classes that make up the DSL used to define the Cretonne language from the concrete definitions. - cdsl.types defines the ValueType class hierarchy. - base.types defines the concrete types.
2 lines
50 B
Python
2 lines
50 B
Python
"""Definitions for the base Cretonne language."""
|