pub(crate) fn parse_path(
    parser: &mut Parser<'_>,
    allow_dotted_path: bool
) -> ParseResult<()>