Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Compiler ... form all the language constructs that the C-Style compiler will break down. (Not Yet Added) == Software Dependencies == ... /test.*.out test_results/test.*.err === Output From Test Program === The test program will make sure the environment is sane ...
  • gluck ... in Java (Compilers course project at itba.edu.ar) Gluck Compiler ============== This project was an assignment of the Compilers course ... .itba.edu.ar [2]: http://en.wikipedia.org/wiki/Compiler Program usage ------------- Note: Build `dcc.jar` using the ...
  • web-asset-compiler ... npm you can use the following command. npm install web-asset-compiler -g # Configuration wac is configured using a simple JSON file. It can be named what ever you want although the program will look for `assets.json` by default. You can specify ...
  • music-compiler ... make Generate middle Java translation file (Score.java): $ ./music-compiler < [input-file] Generate MIDI: $ sh run.sh Input ... about intonation. There are two pitches in my program; sharp (#) and flat (b). * Chord: Basically about harmony. ...
  • Compiler ... README resides which will generate executable named "Parser". Overview: A compiler for Java type programming language is implemented in C. ... methods defined and a call-graphs for the whole program. Than Depth First Search is performed on those graphs ...
  • PL241-MCS-Compiler ... binary. What are the things that this compiler does? -------------------------------------------- The the source program is parsed and translated to ... off-the-shelf SAT solver called GLUCOSE. Then the program is deconstructed out of SSA form and x86_64 ...
  • haste-compiler ... can install the latest stable version from Hackage: $ cabal install haste-compiler $ haste-boot Building from Github source is equally easy. ... in `legacy.js`. Finally, we tell the compiler to start the program by first executing Haste's `main` ...
  • flex-compiler ... -compiler' FlexCompiler.compile #will look for a file flex-compiler-config.yml FlexCompiler.compile "my-config.yml" #will load my ... and execute it (default: false) ## Example Yaml flex_home: C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.5/ ...
  • emogenerator ... and exit -h, --help show this help message and exit --momc=MOMC The momc compiler program to use when converting xcdatamodel files to mom files (default: '/Developer/usr/bin/ ...
  • simple-pascal-compiler ... pascal language. It is planned to be self-compiling soon. The compiler produces assembly code that can be run on our Virtual machine (emu/emulator.js). ## Dependencies: * Free Pascal Compiler (fpc) * Node JS 0.6.* for running the virtual machine ...