Yamcs Server Manual
- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Related
Yamcs Release Notes
Yamcs HTTP API
Source Code Documentation
Download this Document
Literals¶
Integer Literals¶
integer ::=decinteger
|hexinteger
decinteger ::= digit+ hexinteger ::= "0" "X"hexdigit
+ hexdigit ::=digit
| "A"..."F" digit ::= "0"..."9"
Float Literals¶
String Literals¶
string ::= "'" stringchar* "'" ( "'" stringchar* "'" )* stringchar ::= <any character except newline or quote>
Concatenation
Adjacent string literals (delimited by whitespace) are allowed, and concatenated at compile time.