Skip to content

Commit

Permalink
Updating: very very minorly
Browse files Browse the repository at this point in the history
  • Loading branch information
githwxi committed Jan 1, 2025
1 parent 4d24768 commit dca7afa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions srcgen2/xats2py/srcgen1/DATS/py1emit_dynexp.dats
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,21 @@ in//let
case+
ival.node() of
//
(* ****** ****** *)
(* ****** ****** *)
|I1Vnil
((*0*)) => prints("[", "]")
(* ****** ****** *)
(* ****** ****** *)
|I1Vint
( tint ) => i0intpy1(filr,tint)
(* ****** ****** *)
(* ****** ****** *)
|I1Vtnm
( itnm ) => i1tnmpy1(filr,itnm)
(* ****** ****** *)
(* ****** ****** *)
//
|
_(*otherwise*) => i1val_fprint(filr,ival)
//
Expand Down

0 comments on commit dca7afa

Please sign in to comment.