The variable names in NaBL need to be escaped when generating code, for example, using elems will make the generated stratego rule fail for the following definition:

DefinePage(mods, name, fargs, targs, elems):
	defines Page name

For now, avoid using the names lang, partition, uniques, elems, uris, states, tasks.

Submitted by Danny Groenewegen on 26 March 2013 at 17:23

On 20 April 2013 at 07:41 Guido Wachsmuth commented:

With the new generator, avoid using names ending in __.


On 16 June 2013 at 16:15 Gabriƫl Konat closed this issue.

Log in to post comments