UNPKG

solidity-antlr4

Version:

Solidity Lang Lexer and Parser by official ANTLR4 grammar

6 lines (5 loc) 154 B
import { BinaryOperation } from "./binary-operation.js"; export class Assignment extends BinaryOperation { // @ts-expect-error type = "Assignment"; }