summaryrefslogtreecommitdiff
path: root/engines/kokompe/kokompe/PyKokompe/MathString.py
blob: db3a0b93805c7eff6d7a690da7df2ada77a99ed2 (plain)
1
2
3
4
5
6
7
8
9

class MathStringParser:
	"""
		This class implements a math string parser.
		
		Converts infix mathstrings to postfix, generates a abstract parse tree and evaluates.
	"""
	pass