[fine] Support assignment to member, loops with iterators
Hmm it's starting to look like something.
This commit is contained in:
parent
3415b1a3f6
commit
239e859eaf
7 changed files with 360 additions and 171 deletions
|
|
@ -42,7 +42,7 @@ fun test() -> f64 {
|
|||
// | 0: LoadArgument(1)
|
||||
// | 1: LoadArgument(0)
|
||||
// | 2: PushString(0)
|
||||
// | 3: PushInt(37)
|
||||
// | 3: PushInt(33)
|
||||
// | 4: NewObject(2)
|
||||
// | 5: Return
|
||||
// | function Line (4 args, 0 locals):
|
||||
|
|
@ -52,7 +52,7 @@ fun test() -> f64 {
|
|||
// | 0: LoadArgument(1)
|
||||
// | 1: LoadArgument(0)
|
||||
// | 2: PushString(0)
|
||||
// | 3: PushInt(44)
|
||||
// | 3: PushInt(40)
|
||||
// | 4: NewObject(2)
|
||||
// | 5: Return
|
||||
// | function test (0 args, 3 locals):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue