文件名称:TinyCompiler:Tiny语言编译器
文件大小:25KB
文件格式:ZIP
更新时间:2024-07-29 10:44:30
Java
TinyCompiler TinyCompiler是一个TINY语言的翻译/编译器。它能够将TINY语言翻译成C语言的中间代码并调用gcc来编译生成最终的机器码。 Usage 编译 tiny.jar 执行 java -jar tiny.jar file 输入中间代码文件、可执行文件、列表文件和语法树文件的文件名,或者留空使用默认值 如果一切正常则会生成可执行文件,否则会输出错误信息 Developed By Noisyfox - License Copyright 2014 FoxTeam Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy
【文件预览】:
TinyCompiler-master
----.gitignore(1KB)
----README.md(1KB)
----src()
--------META-INF()
--------compiler()