Skip to content

rishichawda/Simple-lexical-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages