An open API service indexing awesome lists of open source software.

https://github.com/rishichawda/simple-lexical-analyser


https://github.com/rishichawda/simple-lexical-analyser

analyser c language lexical

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# C code for Lexical Analyser

This program takes a C code in a .txt file format and identifies the variables, keywords, string literals, operators, constants and methods.

Provide the input file as "ipcode.txt". It will return two output files :
opcode.txt - The source code without single and multi-line comments.
table.txt - Table of tokens identified by the program.