本文介绍了从C源代码到Java源代码的编译器(只是一部分)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,会员



我有一些问题要问你:

如何在C中构建编译器以转换为Java?



程序的条件是



1.将您的C源代码输入编译器

2.转换并显示所有字符以及哪种类型,例如



保留字,令牌是......



3.输出以Java代码显示



顺便说一下,我在谷歌搜索相关文章他们' 说它可能但不是完整的选择,我真的知道你的意见如何证明它的一部分工作?



请给我一个建议



电子邮件<已删除>

如果您有一些C源代码转换为Java代码



谢谢。

Dear, Member

I have some question to asking you:
How to build a compiler in C to converting to Java?

The condition of program is

1.input your C source code into Compiler
2.Converting and to show all of character appears along with which type, such as

Reserve Word, Token is ...

3. Output be show in Java code

By the way I''ve searching the related article in Google they'' say it possible but not full option , I really to know your opinions How it can prove some part it working ?

Please, give me an advice

Email <Removed>
If you have some C source code to converting to Java Code

Thanks.

推荐答案



这篇关于从C源代码到Java源代码的编译器(只是一部分)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-29 18:48
查看更多