Skip to content

@yantrix/yantrix-parser v0.0.2Docs


Yantrix API / @yantrix/yantrix-parser / YantrixParser

Class: YantrixParser

Extends

  • JisonParser

Implements

  • JisonParserApi

Constructors

new YantrixParser()

ts
new YantrixParser(yy, lexer): YantrixParser

Parameters

yy = {}

lexer: YantrixLexer = ...

Returns

YantrixParser

Overrides

JisonParser.constructor

Methods

performAction()

ts
performAction(
   yytext, 
   yyleng, 
   yylineno, 
   yy, 
   yystate, 
   $$, 
   _$): any

Parameters

yytext: string

yyleng: number

yylineno: number

yy: any

yystate: number

$$: any

_$: any

Returns

any

Implementation of

JisonParserApi.performAction

Overrides

JisonParser.performAction