#!/boot/home/config/bin/python
#
#  Copyright 1999 by Donn Cave, Seattle, Washington, USA.
#  All rights reserved.  Permission to copy, modify and distribute this
#  material is hereby granted, without fee, provided that the above
#  copyright notice appear in all copies.

from sgcf import cf
import sgrules
import sgparse
import sgoutput
import sggen

import sys
if __name__ == '__main__':
	for arg in sys.argv[1:]:
		cf.parse.parseFile(arg)
	cf.parse.Generate()
