mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-27 00:58:47 +00:00
Spec driver section
This commit is contained in:
parent
e8675153c2
commit
0b26e754e3
7 changed files with 62 additions and 4 deletions
|
|
@ -113,7 +113,7 @@ Multiple postfixes are allowed, for example
|
|||
The basic form of expression is \nonterm{primary}. The simplest form of primary is an identifier or constant. Keywords \lstinline|true| and \lstinline|false|
|
||||
designate integer constants 1 and 0 respectively, character constant is implicitly converted into its ASCII code. String constants designate arrays
|
||||
of one-byte characters. Infix constants allow to reference a functional value associated with corresponding infix operator, and functional constant (\emph{lambda-expression})
|
||||
designates a anonymous functional value in the form of closure.
|
||||
designates an anonymous functional value in the form of closure.
|
||||
|
||||
\subsection{\lstinline|skip| and \lstinline|return| Expressions}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue