Revision 2863281f
Added by Pierre-Loïc Garoche almost 7 years ago
src/plugins/salsa/salsaDatatypes.ml | ||
---|---|---|
1 | 1 |
module LT = Lustre_types |
2 | 2 |
module MT = Machine_code_types |
3 |
module MC = Machine_code |
|
3 |
module MC = Machine_code_common
|
|
4 | 4 |
module ST = Salsa.Types |
5 | 5 |
module Float = Salsa.Float |
6 | 6 |
|
Also available in: Unified diff
Further restructuring:
- arrow.ml* to define basic builder for arrow (node, name, ...)
- machine_code_common similar to corelang but for machine_code (printers, some builders, ...)
- machine_code restricted to the translatation from normalized nodes to machines