willitd@uther.CS.ORST.EDU (Don Willits;754-3273;;758-3743;UBIQ) (03/31/89)
I am trying to write a compiler that will work both in the IBM PC environment as well as U*IX. To this end I have a copy of BISON (GNU's version of YACC) but no lexical analyzer. I've obtained flex - a p.d. version of U*IX's lex, but have been unsuccesful in porting it to the ibm. Therefore, does anyone know of a lexical analyzer that is public domain, and has most if not all the same functionality as U*IX lex, and where it might be available? Thanx! Don Willits willitd@urania.cs.orst.edu
solworth@uicbert.eecs.uic.edu (04/03/89)
/* Written 10:49 pm Mar 30, 1989 by willitd@uther.CS.ORST.EDU in uicbert.eecs.uic.edu:comp.sources.wanted */ /* ---------- "Wanted: PC version U*IX LEX" ---------- */ I am trying to write a compiler that will work both in the IBM PC environment as well as U*IX. To this end I have a copy of BISON (GNU's version of YACC) but no lexical analyzer. I've obtained flex - a p.d. version of U*IX's lex, but have been unsuccesful in porting it to the ibm. Therefore, does anyone know of a lexical analyzer that is public domain, and has most if not all the same functionality as U*IX lex, and where it might be available? Thanx! Don Willits willitd@urania.cs.orst.edu /* End of text from uicbert.eecs.uic.edu:comp.sources.wanted */