ajtalk
v0.0.1
Published
Smalltalk VM implemented in Javascript, for browser and Node.js
Readme
AjTalkJs
Smalltalk bytecode Virtual Machine, written in Javascript. It can compile Smalltalk fileOut. Work in Progress.
See my other project (in C#): https://github.com/ajlopez/AjTalk
Blog posts about AjTalk implementations: http://ajlopez.wordpress.com/category/ajtalk
Simple Assert Tests
I wrote simple test using node built-in assert module
node tests\testsIn Windows, you have a command file:
tests.cmdNodeUnit Tests
Install NodeUnit using npm from project folder
npm install nodeunitThen run all tests in test folder
nodeunit test(In Windows, there is a nodeunit.cmd that calls the nodeunit script)
