Manfred Kroehnert
|
1539da9430
Error: set default messageText to the name of the error class
|
11 years ago |
Manfred Kroehnert
|
0007083ebf
UnknownVariableError: add >>messageText
|
11 years ago |
Manfred Kroehnert
|
37d84d90c7
Kernel-Tests: fix compilation error with new compiler
|
11 years ago |
Nicolas Petton
|
862f54e3c7
Merge pull request #328 from herby/gh-326
|
11 years ago |
Herbert Vojčík
|
1dbac0d828
Fixes #326. Stops subtree aliasing at block boundary.
|
11 years ago |
Nicolas Petton
|
611d24d82e
Merge pull request #327 from herby/nil-subclass-symbol-fix
|
11 years ago |
Herbert Vojčík
|
9bc3e46a1f
Mystery of class '[object Object]' resolved.
|
11 years ago |
Nicolas Petton
|
759c07143f
- Interpreter can now (naively) evaluate inlined JS statements
|
11 years ago |
Nicolas Petton
|
676ed4501c
Merge branch 'master' into ast-interpreter
|
11 years ago |
Nicolas Petton
|
cfac4b8ddc
Merge pull request #324 from xekoukou/master
|
11 years ago |
Nicolas Petton
|
d0c53f4f1c
Added some comments on SemanticAnalyzer >> errorUnknownVariable:
|
11 years ago |
Nicolas Petton
|
568e674295
deprecated Smalltalk >> createPackage:properties:
|
11 years ago |
Nicolas Petton
|
50939fc31d
Merge pull request #323 from herby/ast-interpreter
|
11 years ago |
Herbert Vojčík
|
dd46111322
Recompiled compiler.
|
11 years ago |
Herbert Vojčík
|
27c5876cdd
Makefile: some Helios dependcies added
|
11 years ago |
Herbert Vojčík
|
85172e2d03
Fixed test/run_build.sh to support moved ASTInterpreterTest.
|
11 years ago |
Herbert Vojčík
|
12f905d3d4
Changed Makefile to be able to recompile compiler suite.
|
11 years ago |
Herbert Vojčík
|
b7f1dacdbe
Tests moved to Compiler-Tests.
|
11 years ago |
Manfred Kröhnert
|
665398793e
Merge pull request #325 from mkroehnert/grunt
|
11 years ago |
Manfred Kroehnert
|
cf323a398a
grunt: use cache and line/col tracking for parser
|
12 years ago |
Manfred Kroehnert
|
4873a0a764
grunt: fix amberc:amber_compiler target
|
12 years ago |
Manfred Kroehnert
|
8e49cde518
amberc.js: set RethrowErrorHandler before compilation
|
12 years ago |
Manfred Kroehnert
|
243e119f15
Compiler-Exceptions: add RethrowErrorHandler
|
12 years ago |
Manfred Kroehnert
|
4893f54314
amberc-grunt: adjust to new compiler configuration
|
12 years ago |
Manfred Kroehnert
|
488bdef7ed
amberc.js: throw exception if configuration object is invalid
|
12 years ago |
Manfred Kroehnert
|
e174fef0cb
amberc.js: add defaults.smalltalk in main() function
|
12 years ago |
Manfred Kroehnert
|
6aaead9f34
amberc.js: create configuration object in amberc script
|
12 years ago |
Manfred Kroehnert
|
6d2be28f66
amberc.js: handle missing parameters in amberc script
|
12 years ago |
Manfred Kroehnert
|
004ff906d1
amberc.js: move handling of commandline parameters to amberc
|
12 years ago |
Manfred Kroehnert
|
20b552b62b
amberc.js: move start of compilation to AmberC.main()
|
12 years ago |