• Show log

    Commit

  • Hash : b587598c
    Author : daniel@transgaming.com
    Date : 2010-04-15T20:44:53

    Implemented short-circuiting behavior for the ternary operator
    TRAC #11444
    This is achieved by turning the ternary operator into conditional code.
    The UnfoldSelect intermediate code traverser places this conditional
    code before the statement containing the ternary operator (aka. select).
    The computed value is assigned to a temporary variable.
    On outputting the actual statement the ternary operator is
    replaced by the temporary variable.
    
    Signed-off-by: Andrew Lewycky
    Signed-off-by: Daniel Koch
    
    Author:    Nicolas Capens
    
    git-svn-id: https://angleproject.googlecode.com/svn/trunk@148 736b8ea6-26fd-11df-bfd4-992fa37f6226
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags