Initial commit with python grammar and parser files.
This commit is contained in:
parent
b8dab2a2c4
commit
aaadba738c
3 changed files with 826 additions and 0 deletions
13
test/test.py
Normal file
13
test/test.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
a = 8
|
||||
stuff = x
|
||||
|
||||
class Test(object):
|
||||
def stuff(self):
|
||||
print 'stuff'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
x = 8
|
||||
c = u
|
||||
Loading…
Add table
Add a link
Reference in a new issue