Go to file
Minero Aoki 1dedd1d283 * net/loveruby/cflat/compiler/TypeChecker.java: better error message.
* test/test.sh: run following tests.
* test/deref-semcheck1.cb: check if dereferencing int causes compile error.
* test/deref-semcheck2.cb: check if dereferencing char causes compile error.
* test/deref-semcheck3.cb: check if dereferencing struct causes compile error.


git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@3767 1b9489fe-b721-0410-924e-b54b9192deb8
2008-01-01 16:32:15 +00:00
net/loveruby/cflat * net/loveruby/cflat/compiler/TypeChecker.java: better error message. 2008-01-01 16:32:15 +00:00
test * net/loveruby/cflat/compiler/TypeChecker.java: better error message. 2008-01-01 16:32:15 +00:00
ChangeLog * net/loveruby/cflat/compiler/TypeChecker.java: better error message. 2008-01-01 16:32:15 +00:00
README * net/loveruby/cflat/compiler/Compiler.java: invoke TypeChecker. 2008-01-01 12:56:25 +00:00
ToDo * net/loveruby/cflat/compiler/TypeChecker.java: check member validity for s.memb, s->memb, u.memb, u->memb. 2008-01-01 16:24:09 +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>.