Project Definition: The Program should accept a source file called code.Ceng and produce a text file named as code.lex that contains all the tokens of the code.lex listed one after the other.
- GNU Compiler Collection (gcc)
$ LexicalAnalyze % gcc main.c -o LexicalAnalyzer
$ LexicalAnalyze % ./LexicalAnalyzer
macro | description | status |
---|---|---|
getting terminal arguments |
Program should be give CLI arguments | 💬 |
another type output |
Program should be creatable different outputs (xml,pdf,txt) | 💬 |