[−][src]Module cddl::token
CDDL tokens for lexing
Enums
| ByteValue | Byte string values |
| Numeric | Numeric value |
| RangeValue | Range value |
| SocketPlug | Socket/plug prefix |
| Token | Token which represents a valids CDDL character or sequence |
| Value | Literal string value |
Functions
| control_str_from_token | Return an optional string from a given token |
| lookup_control_from_str | Return an optional control token from a given string |
| lookup_ident | Returns token in standard prelude from given string |