literal method

Parser literal()

Implementation

Parser literal() =>
    ref0(RDFLiteral) | ref0(NumericalLiteral) | ref0(BooleanLiteral);