Table 1. Vocabulary of the modeling language.
Symbol | Desription |
---|---|
space, tab, \n, \r | separator |
// or /* */ | comment |
[A-Za-z_][0-9A-Za-z_]* | identifier |
\” \n \r \t \xNN \\\0” | literal string |
{} | block of code |
Symbol | Desription |
---|---|
space, tab, \n, \r | separator |
// or /* */ | comment |
[A-Za-z_][0-9A-Za-z_]* | identifier |
\” \n \r \t \xNN \\\0” | literal string |
{} | block of code |