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
- Host: GitHub
- URL: https://github.com/rishichawda/simple-lexical-analyser
- Owner: rishichawda
- Created: 2017-03-12T19:59:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T07:11:59.000Z (over 8 years ago)
- Last Synced: 2025-03-21T01:45:50.464Z (7 months ago)
- Topics: analyser, c, language, lexical
- Language: C
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.