GitXplorerGitXplorer
m

YaccCalc

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
f1a908203cf7d969b68962d8d0aef9c30538c809

update with parenthesis

mmyf committed 13 years ago
Unverified
3df674718a806b51e4be74280b2ea769de978106

python commit

mmyf committed 13 years ago

README

The README file for this repository.

simplecalc.py is a PLY ( Python-Lex-Yacc) implementation of Yacc Calculator USAGE: python simplecalc.py then type in the expression with quotation marks around it. e.g. "1 + 2*3!"