rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Add NDDL methods #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
for the procedural part of NDDL, add the ability to define methods with the 
following syntax :

methodDefinition : returnDataType methodName '(' args ')' '{'  methodStmt '}'

where method stmt is any of the procedural constructs already available in NDDL

Original issue reported on code.google.com by javier.barreiro@gmail.com on 11 Aug 2009 at 12:15

GoogleCodeExporter commented 9 years ago

Original comment by javier.barreiro@gmail.com on 11 Aug 2009 at 12:17

GoogleCodeExporter commented 9 years ago
if possible, add polymorphic dispatch in the first pass.

it would be relatively easy to add methods to NDDL classes as well. it would 
mostly be just syntactic sugar if 
polymorphic dispatch is already in place.

Original comment by javier.barreiro@gmail.com on 11 Aug 2009 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by javier.barreiro@gmail.com on 22 Nov 2010 at 10:29