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.
7 lines
130 B
Python
7 lines
130 B
Python
"""
|
|
Cretonne DSL classes.
|
|
|
|
This module defines the classes that are used to define Cretonne instructions
|
|
and other entitties.
|
|
"""
|