pip install .
command in the plugins/streamlit
installs the jac-streamlit, which creates CLI commands shown below, which are associated with jac streamlit.
jac streamlit [-h] filename
and
jac dot_view [-h] filename
walker Creator { can create with `root entry; } node node_a { has val: int; } :walker:Creator:can:create { end = here; for i=0 to i<3 by i+=1 { end ++> (end := node_a(val=i + 1)); } visit [-->]; for i=0 to i<3 by i+=1 { here ++> node_a(val=i + 1); } } with entry { root spawn Creator(); }