Related articles |
---|
translator from C to PL/X ? sfeng@gaia.gatech.edu (1993-08-11) |
Newsgroups: | comp.compilers |
From: | sfeng@gaia.gatech.edu (Charles Feng) |
Keywords: | C, PL/I, translator, question, comment |
Organization: | Georgia Tech College of Computing |
Date: | Wed, 11 Aug 1993 21:12:50 GMT |
I am trying to use lex and yacc to write a translator to
translate C code into PL/X code, but I am not quite experienced
in lex and yacc. Can anyone provide me some sample codes in
a similar project? Thanks.
Charles
-Charles Feng (sfeng@cc.gatech.edu)
[Translating from one language to another is not much differrent than
translating from a language to assembler or machine code, either way you have
to write a compiler. And what's PL/X, some version of XPL or PL/I? -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.