[go: up one dir, main page]

Menu

Tree [f61e4b] original / src / Sylia /
 History

HTTPS access


File Date Author Commit
 ScriptError.cpp 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 ScriptError.h 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 ScriptInterpreter.cpp 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 ScriptInterpreter.h 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 ScriptValue.h 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 StringHeap.cpp 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 StringHeap.h 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 Sylia.vcproj 2015-03-01 anton anton [fb1439] vc9 project
 Sylia.vcxproj 2015-03-01 anton anton [a3c77f] VirtualDub-1.10.5-test7
 VariableTable.cpp 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 VariableTable.h 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 VectorHeap.cpp 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 VectorHeap.h 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 objects.cpp 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 readme.txt 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4
 resource.h 2015-03-01 anton anton [0ef5cd] VirtualDub-1.10.4

Read Me

Readme for Sylia 0.1 interpreter
================================

Sylia is a really simple scripting language.  It has no flow control and is
very loosely typed.  It's really only meant for the scripting/job system
in VirtualDub, but you might find some other use for it.  Scripting help
is given in the help file, but you'll have to look at VirtualDub
(script.cpp) to figure out how to use it in a program.  It's basically a
fully interpreted and on-the-fly-tokenizing C--, so it's not exactly a
speed demon either.

It should be fully reentrant, though.

Oh yeah, and here's the paragraph you've all been waiting to see:

    Sylia is copyright © 1998 by Avery Lee, All Rights Reserved.
    Sylia is released with NO WARRANTY and freely usable/distributable
    under the terms of the GNU General Public License (GPL).  It should
    have been included with VirtualDub; if not, you may receive a copy
    by writing to the Free Software Foundation, Inc., 675 Mass Ave.,
    Cambridge, MA 02139, USA.

-- Avery (uleea05@umail.ucsb.edu)