Created file for final language

This commit is contained in:
Mariano Uvalle 2019-03-21 14:52:07 -06:00
parent 23a94196fb
commit fc1cff2d31

2
final_lang/lex_yacc.py Normal file
View file

@ -0,0 +1,2 @@
import ply.lex as lex
import ply.yacc as yacc