
// Copyright {Jagger Software Limited} 2003

#include "grammar/infinity.hpp"

namespace grammar // infinity
{
    const infinity_type & infinity()
    {
        static const infinity_type special_value;
        return special_value;
    }
}


