Download this file
%class python %start stmt %left '+' '-' %left '*' '/' stmt = simple_stmt | compound_stmt .