Go to file
Minero Aoki c118dd43ae updated
git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@3858 1b9489fe-b721-0410-924e-b54b9192deb8
2008-01-20 20:47:35 +00:00
import * test/cbc: provide -I option to add load path. 2008-01-14 12:49:03 +00:00
net/loveruby/cflat * net/loveruby/cflat/compiler/Compiler.java: new command line option -v (show arguments of external command invocation). 2008-01-20 20:38:06 +00:00
test * build.xml: new task test. 2008-01-14 15:30:45 +00:00
ChangeLog * net/loveruby/cflat/compiler/Compiler.java: new command line option -v (show arguments of external command invocation). 2008-01-20 20:38:06 +00:00
README * net/loveruby/cflat/compiler/Compiler.java: invoke TypeChecker. 2008-01-01 12:56:25 +00:00
ToDo updated 2008-01-20 20:47:35 +00:00
build.properties do not use parameters in property file (it causes error on Mac OS X ant (version 1.7) 2008-01-14 15:40:18 +00:00
build.xml * build.xml: read user defined property file from $HOME. 2008-01-14 16:05:00 +00:00
cbc * cbc: $basedir should be relative to cbc command. 2008-01-14 15:16:24 +00:00

README

CbC - Cflat Compiler
====================

    This is the CbC, Cflat programming language compiler.


    Requirements
    ------------

        To compile cbc itself:

        * Java SDK 1.4 or later
        * JavaCC 4.0 or later

        To run cbc and compiled program:

        * Linux 2.4 or later
        * GNU libc 2.3 or later
        * GNU binutils (as, ld)
        * util-linux (ld-linux.so.2)


    Installation
    ------------

        # sudo ./install.sh

            or

        $ prefix=$HOME/local ./install.sh


    Build
    -----

        $ ant compile


    Test
    ----

        $ cd test
        $ make test


    License
    -------

        Modified BSD license.
        For details of modified BSD license, see following:

        Copyright (c) 2007,2007  Minero Aoki.  All rights reserved.

        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions
        are met:

            * Redistributions of source code must retain the above copyright
              notice, this list of conditions and the following disclaimer.
            * Redistributions in binary form must reproduce the above
              copyright notice, this list of conditions and the following
              disclaimer in the documentation and/or other materials provided
              with the distribution.
            * Neither the name of the Minero Aoki nor the names of its
              contributors may be used to endorse or promote products
              derived from this software without specific prior written
              permission.

        THIS SOFTWARE IS PROVIDED BY MINERO AOKI ``AS IS'' AND ANY EXPRESS
        OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY
        DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
        GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
        INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
        IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
        OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
        EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


    Contact
    -------

        CbC produced by Minero Aoki <aamine@loveruby.net>.