Nicolas Petton
|
75c0969e7e
Merge branch 'master' into ast-interpreter
|
11 years ago |
Matthias Springer
|
780b0f6881
Fixed #654 for Interpreter.
|
11 years ago |
Nicolas Petton
|
4aa03d49f3
- adds one interpreter test for block evaluation
|
11 years ago |
Herbert Vojčík
|
79f2f932f2
Recompiled with amber_core namespace
|
11 years ago |
Herbert Vojčík
|
2f0954ec78
all .js files now have transport: amd set
|
11 years ago |
Herbert Vojčík
|
ee648211b6
amber packages define hardcoded "amber/*" modules
|
11 years ago |
Herbert Vojčík
|
d3d65851e6
amber_{vm,set} included, some relative dependencies
|
11 years ago |
Nicolas Petton
|
c7aa516c5b
Merge branch 'master' into debugger
|
11 years ago |
Nicolas Petton
|
c021bd5719
- fix for block interpretation
|
11 years ago |
Herbert Vojčík
|
6bcd405463
Amber packages are AMD modules.
|
11 years ago |
Herbert Vojčík
|
a9800e5918
boot.js: globals never used directly
|
11 years ago |
Herbert Vojčík
|
2f4beba12b
.js files wrapped into closure, smalltalk,nil,_st are local
|
11 years ago |
Nicolas Petton
|
a63b725583
Merge branch 'master' into debugger
|
11 years ago |
Nicolas Petton
|
8b8479fedb
removed some xxxDoIt
|
11 years ago |
Benjamin Van Ryseghem
|
bd15ea1c87
Array creation fixed :P
|
11 years ago |
Nicolas Petton
|
80ffa1e04c
- fixes super references
|
11 years ago |
Nicolas Petton
|
e703e59032
block handling in the interpreter
|
11 years ago |
Nicolas Petton
|
5770ca8251
- new interpreter
|
11 years ago |
Nicolas Petton
|
b3b5784ac4
keep track of block position in the source code
|
11 years ago |
Nicolas Petton
|
65d9f69bc5
more debugger and context improvements
|
11 years ago |
Nicolas Petton
|
d664d913c2
fix the interpreter to correctly interpret JS globals
|
11 years ago |
Nicolas Petton
|
44ad2eb4c2
first (work in progress) stepping debugger
|
11 years ago |
Nicolas Petton
|
5c06010269
new interpreter passes the tests
|
11 years ago |
Nicolas Petton
|
1acbf3bf5f
new interpreter based on a stack
|
11 years ago |
Nicolas Petton
|
ba7c80b615
- don't wrap receivers in _st() for self or literal receivers
|
11 years ago |
JohnnyT
|
eaab643d26
Recompile JS for commented classes
|
11 years ago |
Nicolas Petton
|
0ff8aa357a
fixed AIContext initialization
|
11 years ago |
Nicolas Petton
|
f48b4b375a
Compiler changes:
|
11 years ago |
Nicolas Petton
|
7915ddab6a
helios: first debugger implementation
|
11 years ago |
Nicolas Petton
|
27d713eff1
Better class comments
|
11 years ago |