diff --git a/readme.htm b/readme.htm deleted file mode 100644 index 90f5fb4..0000000 --- a/readme.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - -

Terra Informatica Script Engine (TIScript Engine)

-

Official URL: http://terrainformatica.com/tiscript .

-

Folders:

- - -

Samples in /sdk/samples:

- - -

This project is using dybase library of Konstantin Knizhnik. Dybase is available at http://www.garret.ru/~knizhnik/dybase.html

-

This project was derived from BOB language of David Betz. BOB is available from the page of its author at http://www.mv.com/ipusers/xlisper/ .

- - \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..45c3919 --- /dev/null +++ b/readme.md @@ -0,0 +1,23 @@ + +# Terra Informatica Script Engine (TIScript Engine) + +Official URL: http://terrainformatica.com/tiscript + +Folders: + +- **com** - compiler files +- **doc** - some normative documentation +- **dybase** - modified version of dybase of Konstantin Knizhnik +- **int** - interpreter - VM and runtime +- **SDK** - public SDK of tiscript.dll +- **scripts** - test scripts +- **tool** - general primitives, string, array<>, pool<>, etc. + +Samples in /sdk/samples: + +- **/sdk/samples/console** - console SDK sample application, uses tiscript.dll, demonstrates use of API +- **/sdk/samples/ui** - UI sample, demonstrates events generation + +This project is using _dybase_ library of Konstantin Knizhnik. Dybase is available at http://www.garret.ru/~knizhnik/dybase.html + +This project was derived from _BOB language_ of David Betz. BOB is available from the page of its author at http://www.mv.com/ipusers/xlisper/