literal {Ramble}R Documentation

literal is a parser for single symbols. It will attempt to match the single symbol with the first character in the string.

Description

literal is a parser for single symbols. It will attempt to match the single symbol with the first character in the string.

Usage

literal(char)

Arguments

char

is the character to be matched

Examples

literal("a") ("abc")

[Package Ramble version 0.1.1 Index]