
Neverlang Compiler 0.1
======================

Set $NEVERLANG_HOME to point to this directory, and add
bin to your $PATH (you can also copy bin/nlgc to some
directory already in $PATH, such as /usr/bin).

 e.g.

  $ export NEVERLANG_HOME=`pwd`
  $ export PATH=$PATH:$NEVERLANG_HOME/bin

Usage:

  $ nlgc [OPTIONS] file1.nl ...

For more help use: nlgc --help 

Examples:

  - Compile Foobar.nl and put output sources in the src/ 
    directory

      $ nlgc -s src Foobar.nl

    when -s is not specified, output is written to '.'


            