Talk:Compiler/Verifying syntax: Difference between revisions

Content added Content deleted
Line 1: Line 1:
==Incorrect BNF==
==Incorrect BNF==
The BNF given does not permit = to be directly followed by not. Go/Julia/Perl all get that wrong.<br>
The BNF given does not permit = to be directly followed by not. Go/Julia/Perl all get that wrong (better to fix task tho?).<br>
The Go output also claims that "g not = h" is valid, whereas Perl/Julia and now Phix call that invalid. --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 18:57, 3 January 2020 (UTC)
The Go output also claims that "g not = h" is valid, whereas Perl/Julia and now Phix call that invalid. --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 18:57, 3 January 2020 (UTC)