Skip to content

Commit ace99d9

Browse files
nicolasstuckibiboudis
authored andcommitted
Add notes
1 parent b06850a commit ace99d9

File tree

1 file changed

+9
-11
lines changed
  • tests/run-with-compiler-custom-args/tasty-interpreter

1 file changed

+9
-11
lines changed

tests/run-with-compiler-custom-args/tasty-interpreter/notes.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33

44
- Abstract platform operations
5+
- Arrays
56
- Proxies
6-
7-
// Foo defined in current run
8-
class Foo extends IFace1 with IFace2 ...
9-
new Foo.meth()
10-
11-
// Bar is precompiled
12-
class Bar {
13-
def meth(x: IFace1) = x.meth()
14-
}
15-
16-
FooProxy(obj).meth()
7+
- Enviroment of the object
8+
- `this` in Env
9+
- Class with fields
10+
- Class with custom constructor (and secondary)
11+
12+
- Stack
13+
- local def env (closures)
14+
- local class env

0 commit comments

Comments
 (0)