I need to do a parser for propositional logic. I pretend to do it by hand implemented like a recursive descent parser in java. My question is about the lexer, is it really needed for this job? I mean …
I need to do a parser for propositional logic. I pretend to do it by hand implemented like a recursive descent parser in java. My question is about the lexer, is it really needed for this job? I mean …