[fine] Many more import-related shuffles

This commit is contained in:
John Doty 2024-02-15 06:12:18 -08:00
parent 994268abb6
commit a3ae4339cf
8 changed files with 159 additions and 67 deletions

View file

@ -37,7 +37,7 @@ fun test() -> f64 {
// | 1: Return
// | function Point (6 args, 0 locals):
// | strings (1):
// | 0: Point
// | 0: "Point"
// | code (6):
// | 0: LoadArgument(1)
// | 1: LoadArgument(0)
@ -47,7 +47,7 @@ fun test() -> f64 {
// | 5: Return
// | function Line (4 args, 0 locals):
// | strings (1):
// | 0: Line
// | 0: "Line"
// | code (6):
// | 0: LoadArgument(1)
// | 1: LoadArgument(0)