• Kevin Modzelewski's avatar
    Add unaryop to our codegen type system · 2e409bdd
    Kevin Modzelewski authored
    This is a temporary fix for the fact that "-1" is currently getting
    parsed as "-(1)", which will cause us to call '(1).__neg__()' with
    the associated overhead and allocation.
    
    It should be useful even after that gets fixed though.
    2e409bdd
compvars.h 20 KB