Nicolas Petton
|
e3b6dda544
- New parser written in PEGJS (http://http://pegjs.majda.cz/) which is faaaaast!
|
13 years ago |
Nicolas Petton
|
26c2b5d762
recompiled all st files using new compiler optimizations
|
13 years ago |
Nicolas Petton
|
d5cbc5c0c7
Fixed Compiler>>visitVariableNode: for left-side assignment
|
13 years ago |
Nicolas Petton
|
20cd63e878
Fixed wrong inlining of #=
|
13 years ago |
Nicolas Petton
|
47fc67fc32
Fixed previous commit
|
13 years ago |
Nicolas Petton
|
2fed727571
Fixed issue #29
|
13 years ago |
Nicolas Petton
|
15d97be96a
Fixed Compiler>>visitClassReferenceNode: to lazily allow references to JS objects starting with a capital letter
|
13 years ago |
Göran Krampe
|
b36de2ebc6
Fix for faulty inlining of =.
|
13 years ago |
Nicolas Petton
|
6682bfaea4
Compiler>>performOptimizations flag to enable/disable optimizations
|
13 years ago |
Nicolas Petton
|
9054a63d6c
- Added some Compiler optimizations
|
13 years ago |
Nicolas Petton
|
8fa92ba935
- Use CodeMirror for syntax highlighting
|
13 years ago |
Nicolas Petton
|
0aae3e8448
- Removed unused init.js
|
13 years ago |
Nicolas Petton
|
257104b5b1
- new Canvas tags
|
13 years ago |
Nicolas Petton
|
2737561109
- Better error handling taking advantage of message sends
|
13 years ago |
Nicolas Petton
|
5dae847766
Fixed methods linking for IE
|
13 years ago |
Nicolas Petton
|
59f6ab2fde
New syntax for verbatim JavaScript:
|
13 years ago |
Göran Krampe
|
109a43e537
Fresh compiled js files from st files using jtalkc.
|
13 years ago |
Göran Krampe
|
6c9d71e3df
Added String>>trimBoth, trimLeft etc and trim chunks in ChunkExporter to remove trailing whitespace etc.
|
13 years ago |
Göran Krampe
|
31d7b97cee
Better error reporting for jtalkc.
|
13 years ago |
Göran Krampe
|
290e53867d
Fixed cr lf confusion, hopefully almost everywhere.
|
13 years ago |
Göran Krampe
|
0c67325e91
Sorry, last commit ended up making lots of files executable, reverting that.
|
13 years ago |
Göran Krampe
|
9eb759895d
Implemented ChunkExporter, hooked it into commit button and exported all categories as both js and st.
|
13 years ago |
Nicolas Petton
|
d249cb486e
- Port of SUnit
|
13 years ago |
Nicolas Petton
|
b6da02b88d
added BlockClosure>>ensure:
|
13 years ago |
Nicolas Petton
|
0572dd4c69
- Support for #doesNotUnderstand using decoupled message sends.
|
13 years ago |
Nicolas Petton
|
a7ef873728
Fixed methods with JS body
|
13 years ago |
Nicolas Petton
|
dcd98475dc
Removed Behavior>>instVarNames (use #instanceVariableNames)
|
13 years ago |
Nicolas Petton
|
cf51c665d3
Added #recompile: and #recompileAll: to Compiler
|
13 years ago |
Nicolas Petton
|
1f8499e76f
Detect unknown inst vars when compiling
|
13 years ago |
Nicolas Petton
|
bd946795e0
Improved js statements compilation: don't wrap with a closure anymore, "^" is not needed anymore if the js statement already returns
|
13 years ago |