jcklie / setlx2py

A SetlX to Python compiler.
Apache License 2.0
2 stars 0 forks source link

Parser: class #1

Closed jcklie closed 10 years ago

jcklie commented 10 years ago

Test and implement the rule for class definitions:

class' ID '(' procedureParameters ')' '{' block ('static' '{' block '}')? '}' ';'?

jcklie commented 10 years ago

Works now.