You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, INode class plays a double role: INode and Lexem. Lexer must parse input file to lexem, Parser must take Array of Tokens/Lexems and create AST nodes. These tokens should have only one DataType and do not know about Statements.