UNPKG

@designliquido/delegua

Version:

Linguagem de programação simples e moderna usando português estruturado.

7 lines 398 B
import { Atribuir } from '../../../construtos'; import { InterpretadorInterface } from '../../../interfaces'; import { InterpretadorBase } from '../../interpretador-base'; export declare class InterpretadorCalango extends InterpretadorBase implements InterpretadorInterface { visitarExpressaoDeAtribuicao(expressao: Atribuir): Promise<any>; } //# sourceMappingURL=interpretador-calango.d.ts.map