tock-mirror/data
Neil Brown 1410e80fb1 Added support for intrinsic functions with multiple return values
Previously, such a function was an IntrinsicFunctionCall inside one expression of an ExpressionList, which the type-checker rejected.  I've had to add a new constructor to ExpressionList, and I've quickly hacked together the line in the C backend to make it work -- but it does seem to work.
2009-01-23 18:58:52 +00:00
..
AST.hs Added support for intrinsic functions with multiple return values 2009-01-23 18:58:52 +00:00
CompState.hs Added a map of name attributes (ready for things like PRAGMA SHARED) to the CompState 2009-01-19 15:10:05 +00:00
Metadata.hs Rewrite findMeta in terms of listify. 2008-04-07 22:31:18 +00:00