solidity-antlr4
Version:
Solidity Lang Lexer and Parser by official ANTLR4 grammar
17 lines (16 loc) • 628 B
JavaScript
import * as nodeMap from "./index.node.js";
export const yulNodeTypes = Object.keys(nodeMap);
export * from "./yul-assignment.js";
export * from "./yul-block.js";
export * from "./yul-boolean.js";
export * from "./yul-expression.js";
export * from "./yul-for-statement.js";
export * from "./yul-function-call.js";
export * from "./yul-function-definition.js";
export * from "./yul-if-statement.js";
export * from "./yul-literal.js";
export * from "./yul-path.js";
export * from "./yul-statement.js";
export * from "./yul-switch-case.js";
export * from "./yul-switch-statement.js";
export * from "./yul-variable-declaration.js";