登入  |  English
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

什麼是資源表列?

catalog-iconOpenFoundry 蒐集與自由軟體相關的連結資訊並將其分類,供您依此資源目錄架構,循序深入自由軟體豐富的應用世界。若此分類下發現有任何問題及建議,非常歡迎您協助我們改進,請寄至[email protected]

編譯器

Listings

結果 1 - 6 共 6

RubyScript2Exe

RubyScript2Exe transforms your Ruby application into a standalone, compressed Windows, Linux or Mac OS X (Darwin) executable. You can look at it as a "compiler". Not in the sense of a source-code-to-byte-code compiler, but as a "collector", for it collects all necessary files to run your application on an other machine: the Ruby application,the Ruby interpreter and the Ruby runtime library (stripped down for your application). Anyway, the result is the same: a standalone executable (application.exe).And that's what we want!

Platform:Cross Platform(Windows,Linux,Mac);License:GNU General Public License (GPL) version 2

References:https://rubyforge.org/projects/rubyscript2exe/

Walrus

Walrus is a free Object-Oriented templating engine written in Ruby and licensed under the GPL. Plain text templates are compiled down to Ruby code; final output is produced by executing ("filling") the compiled templates.

Walrus also comes with a packet parser generator for recognizing Parsing Expression Grammars, and a comhttps://test-unit.rubyforge.org/#test-unit-installmand line tool to make compiling and filling templates easy. Walrus includes a sophisticated parser generator that can make packet parsers capable of recognizing Parsing Expression Grammars (including grammars that include left-recursion), and outputting arbitrarily complex Abstract Syntax Trees.

Walrus was inspired by the Cheetah template engine written in Python.

Platform:MAC OS X   License:GNU General Public License (GPL) version 2

References:https://www.wincent.com/a/products/walrus

Xruby

XRuby is the first Ruby to Java compiler which compiles Ruby source code (.rb) to Java bytecode (.class). The parser is implemented in ANTLR, and ASM has been used to emit Java bytecode.

XRuby is able to pass all tests in samples/test.rb and most unit tests in test/ruby/ - a decent test suite that comes with Ruby installation. In most benchmark tests, XRuby runs faster than Ruby 1.8.5.

Platform:MAC OS X    License:Apache License 2.0

References:https://code.google.com/p/xruby/

RubyMake

RubyMake is a Make system based on Ruby that offers a cross platform interface for compilation, assemblages, software packings.

RubyMake aims to be a replacement for compilers like SCons and AAP.

Platform:MAC OS X   License:MIT/X Consortium License

References:https://rake.rubyforge.org/

Cardinal

This is a project intended to compile Ruby programs so that they can be run on top of the Parrot virtual machine. It will convert the Ruby source into intermediate Compiler Code which will then be compiled and executed by Parrot.

Platform:unknown ; License:unknown

References:https://cardinal.rubyforge.org/wiki/wiki.pl

Charming Ruby Compiler

The Charming Ruby Compiler is charming not just by name, but by nature. It's a thesis project at the Computer Science Department at Chalmers University of Technology in Sweden to develop a proof of concept Ruby compiler that compiles to the C-- intermediate language. So far, they've only got the basics working, but it's an interesting project, if only to learn about C--, an interesting 'portable assembly language' that makes life easier for compiler developers. It seems a little like Parrot, and is funded by Microsoft Research and the National Science Foundation.

Platform:unknown ; License:unknown

References:https://www.sapphiresteel.com/Products/Ruby-In-Steel/Ruby-In-Steel-Developer-Overview