
 Slang compiler
 Written by Matvey Ralchik
 Published by kind permission of the author (May 24, 2000)

 Input language:        Slang
 Output:                MASM-compatible assembly code
 Implementation:        Borland Pascal
 Host platform:         DOS, Windows
 Target platform:       DOS, 16-bit
 Version:               0.7 (May 16, 2000)

 "Slang" stands for either Small or Simple Language. 
 It is pretty nice and readable imperative procedural language, 
 which looks like some restricted subset of Eiffel or 
 Pascal - see examples ("*.l").

 This version wasn't intended for distribution as it's not the
 final release. But alas, this is the only version I have.
 I didn't modify the directory structure and didn't remove any
 files. The source code for "clock.tpu" unit is missing.
 To rebuild the compiler, use "tpc -b -$V- COMPILER.PAS".

 If you need more information, feel free to contact me.

 email: yallie@yandex.ru
 web:   http://yallie.narod.ru

 Y [10-01-03]
