schala/schala-lang
greg 1abbe2e448 Add guard to Alternative
The semantics are:
    -if tag is Some(_), assume the condition is a constructor,
    and compare tags
    - if guard is Some(_), evaluate true/false *after* having
    applied any bound variables

With this, I can technically get rid of bare conditionals now, since
they are the same as an Alternative with a None tag
2018-08-27 12:45:08 -07:00
..
src Add guard to Alternative 2018-08-27 12:45:08 -07:00
Cargo.toml Adding proc macro for codegen 2018-07-26 00:52:46 -07:00