close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 14 years ago

Closed 14 years ago

#1173 closed defect (fixed)

The function Grammar and the classes

Reported by: Pedro Gea Owned by: Víctor de Buen Remiro
Priority: normal Milestone: Mantainance
Component: Kernel Version: head
Severity: normal Keywords:
Cc:

Description

La función Grammar devuelve "Anything" cuando actúa sobre una clase.

NameBlock modulo = [[
  Class @clase { Real miembro };
  Struct @estructura { Real elemento }
]];
Set EvalSet(NameBlockToSet(modulo), Grammar);
// => [[ "Anything", "Struct" ]]

Change History (1)

comment:1 Changed 14 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

(In [3454]) Fixed #1173

Note: See TracTickets for help on using tickets.