Short: Object Pascal Parser Author: rzabdyr@poczta.fm (Rafal Zabdyr) Uploader: polluks+aminet sdf lonestar org (Stefan Haubenthal) Type: text/edit Version: 0.75 Requires: GoldED5+/MorphED Architecture: m68k-amigaos *************************************************************************** Object Pascal Parser v0.75 (17-December-2003) The syntax highlight parser for GoldED5+/MorphED Copyright © 2001-2003 Rafael/ARMO. All rights reserved *************************************************************************** +-------------------------------------+ | author: Rafal Zabdyr (Rafael/ARMO) | | | | e-mail: rzabdyr@poczta.fm | | | | www: http://www.amipascal.prv.pl | | http://www.armo.prv.pl | | http://www.tdolphin.prv.pl | +-------------------------------------+ In this archive you can find syntax highlight parser for GoldED5 and MorphED. It has been created for easy editing Pascal sources under GoldED and later created MorphED version. It recognizes and highlights the following pascal elements: 1. pascal comment { comment } (* comment *) // comment (C++ one line comment) 2. reserved words implementation, initialization, finalization, constructor, destructor, assembler, interface, otherwise, procedure, protected, absolute, function, forward, library, program, private, virtual, downto, object, packed, public, record, repeat, array, begin, class, const, label, until, while, case, else, goto, then, type, unit, uses, with, and, div, end, for, mod, nil, not, set, shl, shr, var, xor, asm, do, if, in, of, or, to 3. integer and real (with e) numbers 4. strings 'string-text' 5. pascal types file, string 6. ( ) [ ] 7. operators (with extended operators) := = <> >= <= < > :=: +:= -:= *:= /:= 8. Delphi/Kylix reserved words inherited, property, exports, finally, except, raise, try, as, on Requirements: (GoldED version) MC68020 + GoldED5 (MorphED version) MorphOS1.4 + MorphED Service Pack 0 Installation: (GoldED version) Doubleclick on GoldED/Setup !!! (MorphED version) Doubleclick on MorphED/Install !!! Pascal source file extension: #?.pas #?.pp Any bugs report and any suggestion, please send me by mail. Rafael/ARMO