-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.htm
More file actions
33 lines (31 loc) · 1.72 KB
/
readme.htm
File metadata and controls
33 lines (31 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<META name="GENERATOR" content="BLOCKNOTE.NET">
<BASEFONT face="Verdana" size="2">
<TITLE></TITLE><STYLE>BODY { FONT-FAMILY:Verdana; FONT-SIZE:10pt }
P { FONT-FAMILY:Verdana; FONT-SIZE:10pt }
DIV { FONT-FAMILY:Verdana; FONT-SIZE:10pt }
TD { FONT-FAMILY:Verdana; FONT-SIZE:10pt }
</STYLE>
</HEAD>
<BODY>
<H1>Terra Informatica Script Engine (TIScript Engine)</H1>
<P>Official URL: <A href="http://terrainformatica.com/tiscript">http://terrainformatica.com/tiscript</A> .</P>
<P>Folders:</P>
<UL>
<LI><STRONG>com</STRONG> - compiler files</LI>
<LI><STRONG>doc</STRONG> - some normative documentation</LI>
<LI><STRONG>dybase </STRONG>- modified version of dybase of Konstantin Knizhnik</LI>
<LI><STRONG>int</STRONG> - interpreter - VM and runtime</LI>
<LI><STRONG>SDK</STRONG> - public SDK of tiscript.dll</LI>
<LI><STRONG>scripts</STRONG> - test scripts</LI>
<LI><STRONG>tool</STRONG> - general primitives, string, array<>, pool<>, etc.</LI></UL>
<P>Samples in /sdk/samples:</P>
<UL>
<LI><STRONG>/sdk/samples/console</STRONG> - console SDK sample application, uses tiscript.dll, demonstrates use of API</LI>
<LI><STRONG>/sdk/samples/ui</STRONG> - UI sample, demonstrates events generation</LI></UL>
<P>This project is using <EM>dybase</EM> library of Konstantin Knizhnik. Dybase is available at <A href="http://www.garret.ru/~knizhnik/dybase.html">http://www.garret.ru/~knizhnik/dybase.html</A></P>
<P>This project was derived from <EM>BOB language</EM> of David Betz. BOB is available from the page of its author at <A href="http://www.mv.com/ipusers/xlisper">http://www.mv.com/ipusers/xlisper/</A> .</P>
</BODY>
</HTML>