platform_system_core/libacc
Jack Palevich 02effee6a9 Correctly compute the type of an assignment expression.
This change enables following types of statements to work correctly:

    a = b = 3;
    if ((a = getchar()) < 0) { ... }

This fixes 2232082 acc: assignment in comparison segfaults
2009-11-09 12:52:45 +08:00
..
tests Correctly compute the type of an assignment expression. 2009-11-09 12:52:45 +08:00
Android.mk Move ARM disassembler out of libacc and into the acc command-line tool. 2009-09-09 13:19:34 -07:00
FEATURES Add support for "short" data type. 2009-08-03 14:42:57 -07:00
LICENSE Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
MODULE_LICENSE_BSD_LIKE Add license, document language changes. 2009-05-15 11:01:21 -07:00
acc.cpp Correctly compute the type of an assignment expression. 2009-11-09 12:52:45 +08:00