implemented tree function
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@131 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
parent
92b5e55a75
commit
1060e9d275
@ -166,7 +166,7 @@ def tree(expression):
|
||||
'''This function parses a relational algebra expression into a tree and returns
|
||||
the root node using the Node class defined in this module.'''
|
||||
#isinstance(k,list)
|
||||
pass
|
||||
return node(tokenize(expression))
|
||||
|
||||
if __name__=="__main__":
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user