issues
search
shfty-elysian
/
elysian-legacy
Field function compiler
0
stars
0
forks
source link
Type checking for expressions
#100
Open
Shfty
opened
1 year ago
Shfty
commented
1 year ago
Binary op validity is already encoded via panics in ty(), modeled after lowest-common output denominator (i.e. naga arithmetic rules).
Need to write a version that returns a boolean instead of a panic