uniform-team / Uniform-Validation-Language

A logic language to simplify and improve online form validation.
Apache License 2.0
1 stars 0 forks source link

Compile-Time Type Checking #49

Open dgp1130 opened 8 years ago

dgp1130 commented 8 years ago

To address the issues brought up in #44, we will want to check types at compile-time. This should prevent cases such as an if statement returning different types under different conditions.

This is currently blocked by #48.