Menu

[r7]: / trunk / python / python.lime  Maximize  Restore  History

Download this file

12 lines (7 with data), 104 Bytes

%class python
%start stmt

%left '+' '-'
%left '*' '/'

stmt = simple_stmt 
	 | compound_stmt
	 .
	 
	 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.