Nicolas Petton
|
1cc0a46d76
Merge pull request #4 from gokr/master
|
13 years ago |
Göran Krampe
|
423d6f337d
Added trivialserver2 variation trying to do more in JTalk.
|
13 years ago |
Göran Krampe
|
01de379433
Some improvements to TrivialServer, we can call require from class side initializer, as long as we skip using var so that we actually modify the global variable.
|
13 years ago |
Göran Krampe
|
18efc83e71
Better nodejs README and slightly friendlier ntalkc script.
|
13 years ago |
Göran Krampe
|
068e6d8a0f
Added verification that compile succeeds in ntalkc.
|
13 years ago |
Göran Krampe
|
a361ce94bd
Added trivial server example with nodejs.
|
13 years ago |
Göran Krampe
|
93156f8c48
Cleanups and better docs of nodejs stuff.
|
13 years ago |
Nicolas Petton
|
f6923f608f
Merge pull request #3 from gokr/master
|
13 years ago |
Göran Krampe
|
d8e07e3d94
Added some code for using JTalk with Node.js
|
13 years ago |
Nicolas Petton
|
bb778c9219
Missing files
|
13 years ago |
Nicolas Petton
|
d249cb486e
- Port of SUnit
|
13 years ago |
Nicolas Petton
|
72eb4ea861
Fixed BlockClosure>>on:do:
|
13 years ago |
Nicolas Petton
|
8d4dd4bdd9
Added Behavior>>inheritsFrom:
|
13 years ago |
Nicolas Petton
|
69f03dd466
- New function in smalltalk to convert JavaScript objects to Smalltalk
|
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
|
998930e019
Updated JQuery.js
|
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 |
Nicolas Petton
|
cd1d834f8a
- Fixed the object inspector
|
13 years ago |
Nicolas Petton
|
dbaa9ccae8
Higher z-index for the Jtalk IDE
|
13 years ago |
Nicolas Petton
|
b1958fada1
Fixed the Workspace keyboard shortcuts and the object inspector
|
13 years ago |
Nicolas Petton
|
6ce0aca7e5
Fixed Array>>sort and #sort:
|
13 years ago |
Nicolas Petton
|
810ca37c26
avoid margin & padding in li
|
13 years ago |
Nicolas Petton
|
103131ccb9
Fixed Dictionary>>at:ifAbsent:
|
13 years ago |
Nicolas Petton
|
90110b9a8d
Added BlockClosure>>ensure:
|
13 years ago |
Nicolas Petton
|
192ec88702
Typos in the readme
|
13 years ago |