module Fugit::Nat::Parser

def elt(i); alt(nil, i, :sugar, :datum); end

def elt(i); alt(nil, i, :sugar, :datum); end