@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
13 lines (11 loc) • 525 B
JavaScript
export { newEntryPoint } from "./newEntryPoint.js"
export { Program } from "./Program.js"
export { analyzeMulti, getScriptHashType } from "./multi.js"
export { extractName } from "../parse/parseHeader.js"
export { VERSION } from "./version.js"
/**
* @typedef {import("./Program.js").CompileOptions} CompileOptions
* @typedef {import("./Program.js").ProgramProps} ProgramProps
* @typedef {import("../typecheck/common.js").DataType} DataType
* @typedef {import("../typecheck/common.js").EnumMemberType} EnumMemberType
*/