home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / sviluppo / 2b_gedsyntax / 2b_gedsyntax.readme next >
Text File  |  2000-01-23  |  600b  |  20 lines

  1. name:       2b_GEDSyntax 1.0
  2. short:      AmigaE syntax parser w. source
  3. author:     Tomasz Wiszkowski (error@alpha.net.pl)
  4. uploader:   Tomasz Wiszkowski (error@alpha.net.pl)
  5. requires:   GoldEd 6+
  6. type:       dev/e
  7. status:     freeware
  8.  
  9. DESCRIPTION:
  10.  
  11.   After several requests I decided to write a parser. This one can handle:
  12.     -. short comments (//, ->)
  13.     -. variables and procs 
  14.     -. functions and calls 
  15.     -. keywords and constants
  16.     -. values (10, $A, "\x0a")
  17.     -. preprocessor keywords 
  18.  
  19.   I  decided  to  release  the  sources,  also,  in  hope that someone will
  20. improve this a bit.