annotate python/c3/analyse.py @ 157:8f3924b6076e

Added some code generator things
author Windel Bouwman
date Sun, 03 Mar 2013 18:14:35 +0100
parents 4ae0e02599de
children 8104fc8b5e90
rev   line source
150
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
1
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
2 class Analyzer:
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
3 def __init__(self, diag):
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
4 self.diag = diag
4ae0e02599de Added type check start and analyze phase
Windel Bouwman
parents:
diff changeset
5