Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

LeHack/Lex-Yacc-PLY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lex, Yacc, PLY

Examples on how to construct compilers using lex, yacc and Pyhon Lex-Yacc

  • ex1 - a very simple calculator with support for addition, subtraction, multiplying, division and exponentiation, it also understands parentheses, order of operations and can work with basic alphanumeric variables

  • calc3 - includes loops support (simple WHILE without control statements) and simple conditionals, has 3 variations:

  • PLY-based Python subset interpreter - project documentation Polish only

About

Examples on how to construct compilers using lex, yacc and Pyhon Lex-Yacc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published