in my syntax tests I created a test for definitions:

module definition

hiddens
  context-free start-symbols
	TestDef
	
  context-free syntax
	Definition -> TestDef

imports
  WebDSL

this causes

pack-sdf: Error: module ./definition.sdf cannot be parsed

renaming the module avoids the parse error

Submitted by Danny Groenewegen on 18 September 2012 at 11:39

Log in to post comments