ssm-lang / sslang

A language built atop the Sparse Synchronous Model
BSD 3-Clause "New" or "Revised" License
18 stars 0 forks source link

Add exception #134

Closed hzhou07 closed 1 year ago

hzhou07 commented 1 year ago

Exception is introduced in IR to support dead branch for our desugaring algorithm migrated to IR.

Current implementation is using throw with INTERNAL_ERROR