On Thu, Sep 4, 2014 at 2:55 PM, Jonathan S. Shapiro <[email protected]> wrote:

[snip]

> datatype AST =
>
> LITCHAR of char
>
> | LITBOOL of bool
>
> | BLOCK of AST[]
>
> | IF_EXPR of (expr, BLOCK, BLOCK)
> | expr oneof LITHCAR | LITBOOL | BLOCK | IF_EXPR | literal
> | TY_ARRAY of type literal
> | type oneof TY_ARRAY | literal
>

What is `literal` in the above example?
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to