hdl.dsl: error on Elif immediately nested in an If.
authorwhitequark <whitequark@whitequark.org>
Thu, 22 Oct 2020 13:23:06 +0000 (13:23 +0000)
committerwhitequark <whitequark@whitequark.org>
Thu, 22 Oct 2020 13:23:06 +0000 (13:23 +0000)
I.e. on this code, which is currently not only wrongly accepted but
also results in completely unexpected RTL:

    with m.If(...):
        with m.Elif(...):
            ...

Fixes #500.


No differences found