home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / Src / Tools / Lex / testinput.lists < prev   
Encoding:
Text File  |  1992-09-02  |  184 b   |  17 lines

  1. # examples of cell-expressions to parse
  2.  
  3. <1|2>
  4.  
  5. <1,2,3>
  6.  
  7. <1,
  8.  <2|3>,
  9.  <4,5|6>|
  10.  7>
  11.  
  12. # remove comment for each of the following lines to see error reports:
  13.  
  14. # <1,bla>
  15. # <1|2,3>
  16. # <1;2>
  17.