1 1 vote Which of the following statement is true For lexical analysis ? a) Simplify the phases b) Compiler effeciency improved c) Portability is encahnced d)compiler work faster Compiler Design compiler-design lexical-analysis + – Dexter 2.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes a,b,c are true. ManojK answered Apr 12, 2016 ManojK comment Share Follow See all 4 Comments 4 4 Comments reply Dexter commented Apr 12, 2016 reply Follow flag Cn i know how would lexical analysis help us to acheve better portability . ? 0 0 replyShare ManojK commented Apr 13, 2016 reply Follow flag By separating the analysis phase of compilation into lexical and parsing. 0 0 replyShare Dexter commented Apr 13, 2016 reply Follow flag portability implies useof code in diff enviorment . can you explain in more detail ? 0 0 replyShare Mohitac commented Sep 29, 2020 reply Follow flag Intermediate code generator is responsible for portability. Lexical analysis produces token which is converted to abstract syntax tree and later to intermediate code but it is intermediate code which is making it portable. Can anyone explain how point c is true? 0 0 replyShare Please log in or register to add a comment.