parsing and rendering "^" done.Computing with integer too

This commit is contained in:
lafrite 2014-01-28 20:52:38 +01:00 committed by Lafrite
parent 5a8da2f470
commit eece262566
1 changed files with 5 additions and 2 deletions

View File

@ -413,8 +413,11 @@ if __name__ == '__main__':
exp="-2+a+(12 + 1)(3-12) : 34a"
#test(exp)
e = Expression(exp)
print(e.render(render = tex_render))
#exp="-2+a+(12 + 1)(3-12) : 34a"
##test(exp)
#e = Expression(exp)
#print(e.render(render = tex_render))
#exp="-2*b+a(12 + 1)(3-12)"
#test(exp)