view release.py @ 821:09a64d96967a

Started the interpreter. Made a couple changes in other parts -- CharExpression now has an IntExpression of a character type as its value member and its type is set accordingly.
author Jarrett Billingsley <jarrett.billingsley@gmail.com>
date Fri, 14 Mar 2008 11:01:05 -0400
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