Skip to content

NotFound/winxed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc97b8e · Feb 21, 2014
Apr 28, 2012
Jun 9, 2012
Nov 26, 2013
Jul 7, 2011
Jun 10, 2012
Jun 18, 2012
Apr 25, 2013
Sep 8, 2011
Sep 8, 2011
Feb 3, 2011
Feb 3, 2011
Jun 26, 2011
Nov 14, 2011
Sep 14, 2010
Jun 9, 2012
May 24, 2012
May 29, 2012
Apr 21, 2012
Jun 25, 2012
Feb 21, 2014
Feb 21, 2014

Repository files navigation

Winxed compiler.

(C) 2009-2012 Julián Albo

Build:

You need a C++ compiler and parrot installed an in your PATH.

  • Use 'make' to build.
  • Use 'make install' to install. It gets installed in the appropiate directories of the parrot install.
  • Alternatively, you can install Winxed using parrot plumage. That way a C++ compiler is not needed.

Usage:

winxed [options] sourcefile

Command line options:

  • --target pir
    Compile to pir
  • --target pbc
    Compile to pir, call parrot to compile to pbc and delete the pir file.
  • -o filename
    Use filename for the generated file.
  • -c
    Compile only. Same as --target pir
  • -e codfragment
    Evaluate. The code fragment provided is compiled inside a 'function main(argv) {' ... ';}' enveloppe. Useful for one-liners and quick tests.
  • --help
    Show help

See --help for more options.

Web site:

http://winxed.net/

Code repository:

https://github.com/NotFound/winxed