https://github.com/fabricioism/lexicon-analyzer-for-source-code
This analyzer will review characters of a source code based on the rules established in the Context-Free Grammar (CFG), to recognize the structure of the program. The lexical analyzer will print all the tokens found in the source code. We are students of Systems Engineering of the National Autonomous University of Honduras (UNAH) and this project is part of the evaluations of the subject of Programming Languages.
https://github.com/fabricioism/lexicon-analyzer-for-source-code
cfg context-free-grammar programming-languages system-programming systems-engineering
Last synced: 7 months ago
JSON representation
This analyzer will review characters of a source code based on the rules established in the Context-Free Grammar (CFG), to recognize the structure of the program. The lexical analyzer will print all the tokens found in the source code. We are students of Systems Engineering of the National Autonomous University of Honduras (UNAH) and this project is part of the evaluations of the subject of Programming Languages.
- Host: GitHub
- URL: https://github.com/fabricioism/lexicon-analyzer-for-source-code
- Owner: fabricioism
- License: agpl-3.0
- Created: 2018-03-17T02:23:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T02:23:27.000Z (over 7 years ago)
- Last Synced: 2025-01-20T08:49:59.062Z (9 months ago)
- Topics: cfg, context-free-grammar, programming-languages, system-programming, systems-engineering
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lexicon-Analyzer-For-Source-Code
This analyzer will review characters of a source code based on the rules established in the Context-Free Grammar (CFG), to recognize the structure of the program. The lexical analyzer will print all the tokens found in the source code.