yupferris / kaze

An HDL embedded in Rust.
Apache License 2.0
194 stars 9 forks source link

Finalize `if` syntax sugar #12

Open yupferris opened 4 years ago

yupferris commented 4 years ago

In particular syntax for if-like expressions.

I went through a few rounds with this, from various kinds of macros, to what I have now. The primary benefits to this kind of approach are:

Some downsides:

It's certainly not the prettiest but I like it more than other alternatives so far - though I want to continue considering other possibilities.