Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 471 Bytes

Lexical Analyzer

A lexical analyzer for Python language.

Requirements

  • Linux System with BASH.

  • Have "make" installed

      $ sudo apt-get install make
    

Compilation

  1. Open a shell in the same folder that Makefile is located (probably, LexicalAnalyzer).

  2. Execute:

     $ make
    
  3. At this point, the executable file "p1Compiladores" will have been generated.

Execution

	$ ./p1Compiladores wilcoxon.py

Note: in this case, the input file is wilcoxon.py