XLang10
current version is 1.2.9, XLang10
is designed as a 'snap-in' macro language
for program developers.
Some of the features
that make XLang10 stand out:
Scripting is completely encapsulated
in an ActiveX control
Has no external dependencies (except normal
Windows™ system files).
Simply add xlang10.ocx to your setup,
and you are done.
Powerful builtin 'base' scripting language
Conditional branching.
Looping constructs.
Dozens of 'boilerplate' functions built in.
Easily extensible for your application
Add your functions through an intuitive
method.
Events will let you know when your added
functions are called.
You set your function return values for
the script writer.
You have complete access to the symbol
table during and after execution.
To the script writer, added functions are
indistinguishable from builtin.
Event driven scripting
Your application controls ALL aspects
of script
execution, line by line if you wish.
Easily create a trace debugger, with output
and watch windows.
more
info... |