1.

Which of the lexical analyser can handle Unicode?(a) Java CC(b) JFLex(c) Quex(d) All of the mentionedI had been asked this question during a job interview.I'd like to ask this question from Lexical Analyser topic in section Finite Automata and Regular Expression of Compiler

Answer»

Correct option is (d) All of the mentioned

For explanation: JavaCC – JavaCC generates lexical ANALYZERS written in Java.

JFLex – A lexical ANALYZER GENERATOR for Java.

Quex – A fast universal lexical analyzer generator for C and C++.

FsLex – A lexer generator for byte and UNICODE character input for F#.



Discussion

No Comment Found

Related InterviewSolutions