Expand description
Pass 1: Parse
Uses SWC to parse a TypeScript source file and extract the SmartContract subclass into a Rúnar AST.
Structs§
- Parse
Result - Result of parsing a source file.
Functions§
- parse
- Parse a TypeScript source string and extract the Rúnar contract AST.
- parse_
source - Parse a source string, automatically selecting the parser based on file extension.