You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RACR meta-language has to be refactored according to good practices in the design of RACR-based languages, for example to use :NonTerminalType for abstract syntax tree node instantiation and =attribute-name to query attributes. Similar refactorings like for issues #56 and #41 are required.
The text was updated successfully, but these errors were encountered:
christoff-buerger
changed the title
RACR-meta: refactoring according to common language design patterns
RACR-meta: refactoring according to well-proven language design patterns
Jun 27, 2016
The RACR meta-language has to be refactored according to good practices in the design of RACR-based languages, for example to use
:NonTerminalType
for abstract syntax tree node instantiation and=attribute-name
to query attributes. Similar refactorings like for issues #56 and #41 are required.The text was updated successfully, but these errors were encountered: