CObjectSystem / COS

C Object System: a framework that brings C to the level of other high level programming languages and beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grammar for method-statement looks wrong

bkerin opened this issue · comments

In CosBase/include/cos/cos/method.h:

method-definition:
defmethod( generic-specifier )
method-statement
endmethod

method-statement:
statement
statement-with-contract

This looks wrong because multiple statements are allowed, the OOPSLA paper version looks more right.

same as #25