Skip to content

The main purpose/goal of the project is to take in a c file, .c, and produce the sequence of tokens that can be used for the next stage in compilation.

Notifications You must be signed in to change notification settings

pavithracr1111/Lexcial-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PURPOSE OF THE PROJECT

The main purpose/goal of the project is to take in a c file, .c, and produce the sequence of tokens that can be used for the next stage in compilation.

SCOPE OF THE PROJECT

Lexical Analyzer will be a small product demonstrating the use of C language. It will assume the source program stores in a file which will be accessed using the file operations and also assuming that the input is taken from the output of the preprocessor. It is designed only for the C language, not for any other language. It will not be using any optimal data structures or algorithms in the initial versions.

About

The main purpose/goal of the project is to take in a c file, .c, and produce the sequence of tokens that can be used for the next stage in compilation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages