Held: Wednesday, January 28, 1998
lowercase: a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z uppercase: A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+Z letter: (uppercase)+(lowercase) digit: 0+1+2+3+4+5+6+7+8+9 number: (digit)(digit)* word: (letter)(lowercase)* identifier: ((letter)+_)((digit)+(letter)+_)*
::= to separate the two parts of a rule.
Program ::= 'program'
identifier
'('
Identifier-List
')'
Declaration-List
Compound-Statement
'.'
Compound-Statement ::= 'begin'
Statement-List
'end'
Statement-List ::= Statement Statement-List ::= Statement ';' Statement-List
Statement ::= Assignment-Statement Statement ::= Compound-Statement ... Assignment-Statement ::= identifier '=' Expression ...
Rock Anything Hardplace ::= Rock Hardplace
Disclaimer Often, these pages were created "on the fly" with little, if any, proofreading. Any or all of the information on the pages may be incorrect. Please contact me if you notice errors.
Source text last modified Thu May 7 20:29:36 1998.
This page generated on Thu May 7 20:34:35 1998 by SiteWeaver.
Contact our webmaster at rebelsky@math.grin.edu