Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 780 Bytes

File metadata and controls

8 lines (8 loc) · 780 Bytes

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