UNPKG

solidity-antlr4

Version:

Solidity Lang Lexer and Parser by official ANTLR4 grammar

5 lines (4 loc) 138 B
import { BinaryOperation } from './binary-operation'; export declare class Assignment extends BinaryOperation { type: "Assignment"; }