Skip to content

likhith-ts/Lexical_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lexical_analysis using C programming

  • This is the project done by me to count tokens and NLOC of a sample C code and to display those.
  • This project contains 3 files (main.c, code.txt, main.exe) along with this README.md file.
        ->The main.c file is the source code file which contains code to calculate tokens and to do other tasks.
        ->The code.txt file is the file which stores the code which main.c will calculate the tokens in it using File Handling Concept.
        ->The main.exe is an executable file, which is already compiled and shows the output.
  • The source code contains 12 functions and 3 structures.
    ©likhith-ts

About

Lexical Analysis in C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages