Having noticed that somebody was using a very old module called MicroC I wrote about 2 years back, I choose to rewrite it over the last couple of days. And this is the result;
http://www.binaryphoenix.com/index.php?action=download&id=92
Its a very user-friendly, open-source, typeless scripting language for BlitzMax, it has a number of different features, from eachin support, to dynamic binding of blitzmax functions. It even has a nice command line compiler that can generate glue-code with ease.
It also comes with two compilers, one with a C-style syntax and the other with a more BASIC style syntax, both of which run on the same virtual machine.
Anyhow, enjoy. When I get the chance I will write a help file explaining how all the features work. However the majority of it is pretty obvious from reading the function comments.
http://www.binaryphoenix.com/index.php?action=download&id=92
Its a very user-friendly, open-source, typeless scripting language for BlitzMax, it has a number of different features, from eachin support, to dynamic binding of blitzmax functions. It even has a nice command line compiler that can generate glue-code with ease.
It also comes with two compilers, one with a C-style syntax and the other with a more BASIC style syntax, both of which run on the same virtual machine.
Anyhow, enjoy. When I get the chance I will write a help file explaining how all the features work. However the majority of it is pretty obvious from reading the function comments.