From 3bf28deef216b5e795a782165eb7878ca36e80a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=BC=C3=9Flein?= Date: Tue, 26 May 2009 00:07:37 +0200 Subject: tac and ast updates - added eval to ast-elems every ast-element now has a .eval-method that creates the ThreeAddressCode for said element. Also: tac-elements are stored linear in a list (, duh) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0d20b64..d18402d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +.*.swp -- cgit v1.2.3