I'm writing a interpreter for one my custom scripting language. this is the actual project on GitHub : Link. if someone wants to help me would be appreciated :) however i need to implement a syntax checker for know if the syntax of code is correct from my parsed array of token. What is the best way?
P.S. here i don't want use lex/yacc or flex and bison.