This paper is published in Volume-8, Issue-1, 2022
Area
Theory of Computation
Author
Varad Ingale, Kuldeep Vayadande, Vivek Verma, Abhishek Yeole, Sahil Zawar, Zoya Jamadar
Org/Univ
Vishwakarma Institute of Technology, Pune, Maharashtra, India
Pub. Date
21 January, 2022
Paper ID
V8I1-1238
Publisher
Keywords
DFA, Interpreter, Lexical Analyzer, Syntactic Analyzer

Citationsacebook

IEEE
Varad Ingale, Kuldeep Vayadande, Vivek Verma, Abhishek Yeole, Sahil Zawar, Zoya Jamadar. Lexical analyzer using DFA, International Journal of Advance Research, Ideas and Innovations in Technology, www.IJARIIT.com.

APA
Varad Ingale, Kuldeep Vayadande, Vivek Verma, Abhishek Yeole, Sahil Zawar, Zoya Jamadar (2022). Lexical analyzer using DFA. International Journal of Advance Research, Ideas and Innovations in Technology, 8(1) www.IJARIIT.com.

MLA
Varad Ingale, Kuldeep Vayadande, Vivek Verma, Abhishek Yeole, Sahil Zawar, Zoya Jamadar. "Lexical analyzer using DFA." International Journal of Advance Research, Ideas and Innovations in Technology 8.1 (2022). www.IJARIIT.com.

Abstract

The definition of the term lexical is derived from the word "lexeme" in lexical analysis. In linguistics, a lexicon is an abstract morphological element. There are many stages or passes in the compiler. Each phase is significant, but the parser plays a critical part in the compilation process. Text editors, information retrieval systems, pattern recognition algorithms, and language compilers all make use of lexical analyzers. A lexical analyzer, lexer, scanner, or tokenizer is a program in the compilation step that does lexical analysis. The lexical analyzer is used in a variety of computer science applications, including word processing, information retrieval, pattern recognition, and language processing. The goal of this paper is to the operation of a lexical analyzer in the most direct way possible in order to give in-depth understanding of the lexical analyzer phase.