A lexical analyzer for Python language.
-
Linux System with BASH.
-
Have "make" installed
$ sudo apt-get install make
-
Open a shell in the same folder that Makefile is located (probably, LexicalAnalyzer).
-
Execute:
$ make
-
At this point, the executable file "p1Compiladores" will have been generated.
$ ./p1Compiladores wilcoxon.py
Note: in this case, the input file is wilcoxon.py