Files
wasmtime/lib/cretonne/meta/base/__init__.py
Jakob Stoklund Olesen f8545574b5 Move ValueType into a new cdsl top-level module.
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.
2016-11-08 10:12:47 -08:00

2 lines
50 B
Python

"""Definitions for the base Cretonne language."""