You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this PR revise the prelude dialect groups as following:
`basic` and `basic_no_opt` are the basic language with immutable list
and anything that is common in eDSLs in the future.
`python_basic` and `python_no_opt` are the exact python language with
mutable list and anything that is Python oriented in the future.
the main issue here is to have a separation where those hard to compile
but easy to interpret Python features should go.
0 commit comments