An open API service indexing awesome lists of open source software.

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.

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.