Herbert Vojčík
|
cdd56a0fdb
.st: Smalltalk{ current=>} createPackage:
|
10 years ago |
Herbert Vojčík
|
6458967a53
tests: Smalltalk {current=>globals} at:; Smalltalk {current=>}
|
10 years ago |
Herbert Vojčík
|
4b26274200
smalltalk at: => Smalltalk current at:
|
11 years ago |
Herbert Vojčík
|
54e045ab72
SemanticAnalyzerTest uses Smalltalk current, not smalltalk
|
11 years ago |
Nicolas Petton
|
f0b70f6054
Fixes issue #774
|
11 years ago |
Nicolas Petton
|
c72222ef4e
Uses `protocol` in CompiledMethod instead of `category` (mixed with protocol)
|
11 years ago |
Nicolas Petton
|
c42f6a9301
Fixes issue #714
|
11 years ago |
Nicolas Petton
|
177cea21f8
- fix ASTPCNodeVisitor block visiting
|
11 years ago |
Nicolas Petton
|
302e4e649d
Fix for ASTPCNodeVisitor
|
11 years ago |
Matthias Springer
|
0322b3550e
Merge branch 'master' of github.com:amber-smalltalk/amber into class-ast-node
|
11 years ago |
Matthias Springer
|
d0623d17ae
Support exponential writing for numbers.
|
11 years ago |
Matthias Springer
|
17e810c689
Remove ClassReferenceNode.
|
11 years ago |
Nicolas Petton
|
3e65de67fb
- AST unit tests refactoring
|
11 years ago |
Nicolas Petton
|
9aea897f28
ASTInterpreter cleanup
|
11 years ago |
Matthias Springer
|
4b3faf3ced
Added failing test case for different issue.
|
11 years ago |
Matthias Springer
|
780b0f6881
Fixed #654 for Interpreter.
|
11 years ago |
Nicolas Petton
|
147352b384
fixes InterpreterTest >> testGlobalVar
|
11 years ago |
Nicolas Petton
|
4aa03d49f3
- adds one interpreter test for block evaluation
|
11 years ago |
Nicolas Petton
|
c021bd5719
- fix for block interpretation
|
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
|
f48b4b375a
Compiler changes:
|
11 years ago |
Nicolas Petton
|
dc427450c8
Proper lookup for message sends in ASTInterpreter
|
11 years ago |
Nicolas Petton
|
e6885e2532
- Fixed AIContext >> selector
|
11 years ago |
Nicolas Petton
|
ffcf53a4bf
- Fixed Object >> ifNil:ifNotNil:
|
11 years ago |
Nicolas Petton
|
62c24efcba
- Inliner cleanup, removal of IRNonLocalReturnInliner
|
11 years ago |
Herbert Vojčík
|
d17cf0c16d
Regression test for #438.
|
11 years ago |
Herbert Vojčík
|
a02d9bdd46
Regression test for #190.
|
11 years ago |
Nicolas Petton
|
5c62d4313a
Fixes issue 428:
|
11 years ago |