1. 首页
  2. 考试认证
  3. 其它
  4. MiniCompiler: A Minimal Language Interpreter

MiniCompiler: A Minimal Language Interpreter

上传者: 2024-07-07 00:38:56上传 ZIP文件 25KB 热度 10次

MiniCompiler is a translator and compiler for the MINI programming language. It transforms MINI code into an intermediate C code representation, which can then be compiled using gcc to produce executable machine code. Usage

To compile with mini.jar run java -jar mini.jar file. You may provide filenames of input files containing intermediate code, executables, lists or syntax trees; otherwise the default values will be used. If successful it generates an executable output; else errors are displayed. Developed by QuietMoth - License

Copyright © 2014 MothGroup Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You can obtain a copy

下载地址
用户评论