orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Stop requiring class definitions to have at least one 'def' declaration #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description of Change:

Currently, the complier requires each class declaration to contain at least one 
'def' declaration.
Remove this requirement.

Original issue reported on code.google.com by jthywissen on 17 Aug 2011 at 2:10

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2869.

Original comment by dkitc...@gmail.com on 19 Aug 2011 at 8:14