descriptionnone
ownerslairf@gmail.com
last changeTue, 10 Jul 2012 20:36:39 +0000 (10 22:36 +0200)
content tags
add:
README
The VOX programming language is a new, experimental multipurpose Programming language
based on a heavily modified version of the core vm of Squirrel (3.0).

Vox is still in testing, but already contains just about everything needed to
use it, embed it, and extend it.

To get started, read the minimal example application at etc/minimal.cpp.
shortlog
2012-07-10 beelzebubserious bugfix in Raise_IdxError (number got formatted... master
2012-07-04 beelzebubNative Closures will now correctly assume their closure...
2012-06-21 beelzebubbug fix in xrange() that would cause it to yield bogus...
2012-06-21 beelzebubmade xrange::__get__ rethrow the last error if the...
2012-06-21 beelzebubaddex xrange (faster than python!)
2012-06-15 beelzebubmoved uri parser to core/uriparser (+better parsing...
2012-06-14 beelzebubremoved duplicate files
2012-06-14 beelzebubremoved slot operator (no longer needed) & class proto...
2012-06-12 beelzebubre-added 'read' method to io.open (whoops!)
2012-06-12 beelzebubfixed newslot in table.cpp, that would return false...
2012-06-10 hectormoved back to old acc
heads
11 years ago master