Initial commit with python grammar and parser files.

This commit is contained in:
Joey Payne 2015-05-22 12:55:40 -06:00
commit aaadba738c
3 changed files with 826 additions and 0 deletions

13
test/test.py Normal file
View file

@ -0,0 +1,13 @@
a = 8
stuff = x
class Test(object):
def stuff(self):
print 'stuff'
x = 8
c = u