comparison trunk/release.py @ 804:9e6c6bb73e5f

Implemented visit methods for some type nodes. Added method SemanticPass2.search(). Added methods arrayOf() and arrayOf(Type) to class Type. Refactored ModuleScopeType. Added error msg UndefinedIdentifier. Added release.py.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 08 Mar 2008 22:02:20 +0100
parents
children
comparison
equal deleted inserted replaced
803:cb8040538772 804:9e6c6bb73e5f
1 # -*- coding: utf-8 -*-
2 # Author: Aziz Köksal
3
4 # TODO: port release.sh to Python
5
6 # TODO: write subcommand that creates a Makefile
7 def writeMakefile():
8 pass