next up previous contents
Next: Modules Up: Syntax and Basic Parsing Previous: Syntax and Basic Parsing   Contents


Identifiers

In Core Maude, identifiers are the basic syntactic elements, used to name modules and sorts, and to form operator names. For example, NAT, Nat, and hello-world are identifiers. In general, an identifier in Maude is any finite sequence of ASCII characters such that:

Nonprinting characters in strings use C backslash conventions [47, Section A2.5.2].


next up previous contents
Next: Modules Up: Syntax and Basic Parsing Previous: Syntax and Basic Parsing   Contents
The Maude Team