• Alexander Barkov's avatar
    Adding sf_return_type, improving sf_tail readability. · 760127ac
    Alexander Barkov authored
    1. The "sf_tail" rule had a lot of rules with part markers, e.g:
    
         /* $1 */
    
    They make the grammar really hard to read.
    Removing all these markers.
    
    2. Moving the RETURNS clause into a separate sp_return_type rule,
    to make sf_tail even more simpler. Note, sp_return_type will be needed
    soon for packages anyway.
    760127ac
sql_yacc_ora.yy 517 KB