-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Grammar: https://github.com/linkrope/gamma/blob/master/example/decl-appl.eag
Test source test.declappl (preserve empty lines!):
DECL aa
DECL aa
APPL ab
APPL ba
Will result in the following wrong error positions:
>~/git/gamma/build$ .//DeclAppl ../test/test.declappl
info: DeclAppl compiler (generated with epsilon)
error: predicate 'NotAlreadyDeclared' failed
../test/test.declappl:4:1 APPL ab
^
error: predicate 'Declared' failed
../test/test.declappl:5:1 APPL ba
^
error: predicate 'Declared' failed
../test/test.declappl:7:1
^
info: errors detected: 3
Metadata
Metadata
Assignees
Labels
No labels