Skip to content

ajlopez/AjTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AjTalk

Smalltalk-like Virtual Machine, written in C#. It can compile Smalltalk fileOut to Javascript. Work in Progress.

Blog posts about AjTalk: http://ajlopez.wordpress.com/category/ajtalk

Origin

Migrated from my SVN project: http://code.google.com/p/ajtalk/

Interpreter

TBD

Compiler

The compiler transform Smalltalk source code to bytecodes, and run the bytecodes. Or it compiles to JavaScript code, to be run by AjTalkJs.

The idea is to traverse the internal AST to compile to different languages. Next target: Python?

References

About

Smalltalk-like virtual machine, written in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages