@helios-lang/compiler
Version:
Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. With this library you can compile Helios scripts and build Cardano transactions, all you need to bu
18 lines (17 loc) • 399 B
JavaScript
export {
PARAM_IR_MACRO,
PARAM_IR_PREFIX,
TAB,
collectAllUsed,
genExtraDefs,
wrapWithDefs
} from "./Definitions.js"
export { applyTypeParameters } from "./generics.js"
export {
ParametricName,
RE_IR_PARAMETRIC_NAME,
FTPP,
TTPP
} from "./ParametricName.js"
export { injectMutualRecursions } from "./recursion.js"
export { ToIRContext } from "./ToIRContext.js"