Herbert Vojčík
|
a9800e5918
boot.js: globals never used directly
|
il y a 11 ans |
Herbert Vojčík
|
2f4beba12b
.js files wrapped into closure, smalltalk,nil,_st are local
|
il y a 11 ans |
Nicolas Petton
|
a63b725583
Merge branch 'master' into debugger
|
il y a 11 ans |
Nicolas Petton
|
5770ca8251
- new interpreter
|
il y a 11 ans |
Nicolas Petton
|
5c06010269
new interpreter passes the tests
|
il y a 11 ans |
Nicolas Petton
|
1acbf3bf5f
new interpreter based on a stack
|
il y a 11 ans |
Nicolas Petton
|
ba7c80b615
- don't wrap receivers in _st() for self or literal receivers
|
il y a 11 ans |
JohnnyT
|
eaab643d26
Recompile JS for commented classes
|
il y a 11 ans |
Nicolas Petton
|
777244506c
add Behavior >> #>> and CompiledMethod >> ast
|
il y a 11 ans |
Nicolas Petton
|
f48b4b375a
Compiler changes:
|
il y a 11 ans |
Nicolas Petton
|
27d713eff1
Better class comments
|
il y a 11 ans |
Nicolas Petton
|
f69008ab0f
documentation (class comments)
|
il y a 11 ans |
Nicolas Petton
|
9afc4f037a
Recompiled all js files
|
il y a 11 ans |
Herbert Vojčík
|
6ee406da85
Recompiled with crlf sanitization.
|
il y a 11 ans |
Nicolas Petton
|
02b3c8e163
Recompiles all .js files
|
il y a 11 ans |
Nicolas Petton
|
5c62d4313a
Fixes issue 428:
|
il y a 11 ans |
Herbert Vojčík
|
ec8fcb4cf5
Recompiled with space-to-tab conversion.
|
il y a 11 ans |
Nicolas Petton
|
76860744d2
Fixed issue #326 (again, it was lost in a merge)
|
il y a 11 ans |
Nicolas Petton
|
0d947e962f
Use continuations in ASTInterpreter for future stepping
|
il y a 11 ans |
Nicolas Petton
|
c5a513a221
- Merged contexts locals and args into one object
|
il y a 11 ans |
Nicolas Petton
|
b4f9a7f555
- improved MethodContext >> asString
|
il y a 11 ans |
Nicolas Petton
|
fadbe674a2
- fixed context locals filling
|
il y a 11 ans |
Nicolas Petton
|
7b9e44855c
- Use JS temp variables
|
il y a 11 ans |
Nicolas Petton
|
4fa9962c27
- Renamed #temporallyDependentList: to #aliasTemporally:
|
il y a 11 ans |
Nicolas Petton
|
5fe3841359
Merge branch 'master' into ast-interpreter
|
il y a 11 ans |
Herbert Vojčík
|
8f72367fa6
Not using non-local return.
|
il y a 11 ans |
Herbert Vojčík
|
3f44d46fa0
Need for aliasing is checked deep in subtree.
|
il y a 11 ans |
Nicolas Petton
|
b65cf751ff
Merge branch 'master' into ast-interpreter
|
il y a 11 ans |
Herbert Vojčík
|
c50319f861
Aliasing all dependent nodes.
|
il y a 11 ans |
Nicolas Petton
|
5921e6bb67
- fix the parser for '\\' selectors
|
il y a 11 ans |