@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
11 lines • 487 B
TypeScript
/**
* @import { GenericGroup, Site, SymbolToken, Token, TokenReader, Word } from "@helios-lang/compiler-utils"
* @typedef {import("./ValueExprParser.js").ValueExprParser} ValueExprParser
*/
/**
* @param {ValueExprParser} parseValueExpr
* @returns {ValueExprParser}
*/
export function makeChainedExprParser(parseValueExpr: ValueExprParser): ValueExprParser;
export type ValueExprParser = import("./ValueExprParser.js").ValueExprParser;
//# sourceMappingURL=parseChainedExpr.d.ts.map