Porting lex scanner on EBCDIC machine.

"Virendra K. Mehta" <c1veeru@WATSON.IBM.COM>
Sat, 1 Apr 1995 00:07:59 GMT

          From comp.compilers

Related articles
Porting lex scanner on EBCDIC machine. c1veeru@WATSON.IBM.COM (Virendra K. Mehta) (1995-04-01)
Re: Porting lex scanner on EBCDIC machine. gvcormac@plg.uwaterloo.ca (1995-04-03)
Re: Porting lex scanner on EBCDIC machine. mduffy@netcom.com (1995-04-03)
Re: Porting lex scanner on EBCDIC machine. rameshag@herbrand.cs.albany.edu (1995-04-03)
Re: Porting lex scanner on EBCDIC machine. kkaempf@didymus.rmi.de (1995-04-04)
Re: Porting lex scanner on EBCDIC machine. vern@daffy.ee.lbl.gov (1995-04-05)
Re: Porting lex scanner on EBCDIC machine. sasghm@unx.sas.com (1995-04-15)
[1 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: "Virendra K. Mehta" <c1veeru@WATSON.IBM.COM>
Keywords: lex, question
Organization: Compilers Central
Date: Sat, 1 Apr 1995 00:07:59 GMT

I have a scanner developed using lex on a Unix machine (ASCII). It is a
front end for a processor that works on COBOL files. The files taken off a
mainframe are processed on the Unix machine and the modified files are
transferred back. To do away with this transfer business, I'm trying to
port the scanner onto the mainframe. However the mainframe uses EBCDIC
while lex generated tables, state machines etc. expect an ASCII input.


I'm sure this must be done all the time. Can someone give me any tips on how
to accomplish this ?


Thanx!
Veeru.
--
Virendra K Mehta | IBM T J Watson Research Centre
c1veeru@watson.ibm.com | (914) 784-7774
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.