Start Python3 class(superclass) handling

This commit is contained in:
rocky
2015-12-23 15:42:52 -05:00
parent f630fe15fb
commit d47415a677
9 changed files with 46 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
# Tests:
import sys
from os import path

View File

@@ -0,0 +1,3 @@
# Tests:
# assign ::= expr designator
pass