Module tagua_parser::rules::literals
[−]
[src]
Group of literal rules.
The list of all literals is provided by the PHP Language Specification in the Grammar chapter, Literals section.
Enums
| StringError |
String errors. |
Functions
| binary |
Recognize an integer with the binary notation. |
| boolean |
Recognize a boolean. |
| decimal |
Recognize an integer with the decimal notation. |
| exponential |
Recognize a real with the exponential notation. |
| hexadecimal |
Recognize an integer with the hexadecimal notation. |
| integer |
Recognize an integer. |
| literal |
Recognize all kind of literals. |
| null |
Recognize a null value. |
| octal |
Recognize an integer with the octal notation. |
| string |
Recognize all kind of strings. |