lexical_analyzer Code
Brought to you by:
debjit-mandal
| File | Date | Author | Commit |
|---|---|---|---|
| .github | 2023-05-31 |
|
[ffe4c3] Create blank.yml |
| LICENSE | 2023-05-31 |
|
[1aa6c9] Initial commit |
| README.md | 2023-05-31 |
|
[127f97] Update README.md |
| main.c | 2023-05-31 |
|
[5d9a3c] Update main.c |
This is a Lexical Analyzer made using C.
You can read more about Lexical Analyzer in https://cppsecrets.com/users/1380011211410512197110115104117469810511510411664115469710910511612146101100117/Python-Simple-Lexical-Analyzer.php#:~:text=WHAT%20IS%20LEXICAL%20ANALYSIS%20%3F,comments%20in%20the%20source%20code.
To run this code locally:
sudo git clone https://github.com/debjit-mandal/lexical_analyzer
cd lexical_analyzer
gcc main.c
Please feel free to suggest any kind of improvement.