view release.py @ 820:1d06b4aed7cf

Revised code in the first pass. Added code to handle anonymous unions and structs. Hope the idea will work. Added type to class Aggregate and isAnonymous to some other Symbol classes.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 14 Mar 2008 15:42:08 +0100
parents a2880c95eda3
children
line wrap: on
line source

#! /usr/bin/python
# -*- coding: utf-8 -*-
# Author: Aziz Köksal

# TODO: port release.sh to Python

if __name__ == '__main__':
  print "DIL"

# TODO: write subcommand that creates a Makefile
def writeMakefile():
  pass