GorillaScript News
Status: Pre-Alpha
Brought to you by:
thre3dee
I have now allowed the creation of a virtual machine object that recognises VisualBasic style keywords (i.e. Sentence cased).
It can be set when the gs::VirtualMachine object is created through gs::CreateVM ();
Simply specify gs::STYLE_CPP or gs::STYLE_VB to set the keyword style to use.
Example of keyword casing:
- Normal C-style
function
class
int
if elseif
null
- VisualBasic style
Function
Class
Int
If ElseIf
Null... read more