
--+ GRMCONST.BDY +--
package body Grammar_Constants is

    function Setgrammarsymbolcount return Parserinteger is
    begin
        return 396;
    end Setgrammarsymbolcount;

    function Setactioncount return Parserinteger is
    begin
        return 1598;
    end Setactioncount;

    function Setstatecountplusone return Parserinteger is
    begin
        return 1040;
    end Setstatecountplusone;

    function Setlefthandsidecount return Parserinteger is
    begin
        return 556;
    end Setlefthandsidecount;

    function Setrighthandsidecount return Parserinteger is
    begin
        return 556;
    end Setrighthandsidecount;

end Grammar_Constants;

