Skip to content

silviaralcaraz/LexicalAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A lexical analyzer for Python language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published