Go to file
Minero Aoki e62800377f * test/struct-semcheck10.cb: test struct which contains void.
* test/union-semcheck10.cb: test union which contains void.
* test/array-semcheck1.cb: test array which contains void.
* test/test.sh: run them.


git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@3786 1b9489fe-b721-0410-924e-b54b9192deb8
2008-01-03 18:23:38 +00:00
net/loveruby/cflat * net/loveruby/cflat/compiler/TypeResolver.java: refactoring: unify gvar/lvar initializer resolver. 2008-01-03 18:15:31 +00:00
test * test/struct-semcheck10.cb: test struct which contains void. 2008-01-03 18:23:38 +00:00
ChangeLog * test/struct-semcheck10.cb: test struct which contains void. 2008-01-03 18:23:38 +00:00
README * net/loveruby/cflat/compiler/Compiler.java: invoke TypeChecker. 2008-01-01 12:56:25 +00:00
ToDo * net/loveruby/cflat/compiler/Visitor.java: did not visit lvar initializer. 2008-01-03 17:47:21 +00:00
build.properties import cbc from stdcompiler repository (rev185) 2007-12-24 08:19:51 +00:00
build.properties.mbp import cbc from stdcompiler repository (rev185) 2007-12-24 08:19:51 +00:00
build.xml import cbc from stdcompiler repository (rev185) 2007-12-24 08:19:51 +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>.