MiniCompiler: A Minimal Language Interpreter
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
下载地址
用户评论