Add a list of bugs in the ordered syntax

This commit is contained in:
Adam Sampson 2007-04-25 17:47:46 +00:00
parent d265857e34
commit 6d419c92c7

20
fco2/SYNTAX Normal file
View File

@ -0,0 +1,20 @@
Bugs in the ordered syntax in the occam2.1 manual
-------------------------------------------------
-- Things I've worked around in Parse.hs
x[y] is ambiguous -- fixed by splitting operand into a version that permits
tables and a version that doesn't.
x ! y is ambiguous.
"SIZE cs" where cs is an array of channels isn't allowed.
<< and >> are missing from dyadic.operator.
-- Things that Parse.hs currently implements as per the spec
"b = TRUE" isn't a valid expression (occ21 allows it, and it's used in cglib).
PROCESSOR is permitted as a process, anywhere.