-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Regenerate specification * Update on v2.2 * GenSerializers description * Implement SBoolean.toByte * Regenerate specification with respect to SBoolean.toByte * Revert null in isProven info * fix generator name * Revert SBoolean.toByte * Fix propertycall generation in specgen * Update spec to release version * Regenerate spec
- Loading branch information
1 parent
e07c9c5
commit b317b08
Showing
18 changed files
with
119 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
*.toc | ||
*.aux | ||
*.log | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +0,0 @@ | ||
|
||
\subsubsection{\lst{Boolean.toByte} method (Code 1.1)} | ||
\label{sec:type:Boolean:toByte} | ||
\noindent | ||
\begin{tabularx}{\textwidth}{| l | X |} | ||
\hline | ||
\bf{Description} & Convert true to 1 and false to 0 \\ | ||
|
||
\hline | ||
\bf{Parameters} & | ||
\(\begin{array}{l l l} | ||
\end{array}\) \\ | ||
|
||
\hline | ||
\bf{Result} & \lst{Byte} \\ | ||
\hline | ||
|
||
\bf{Serialized as} & \hyperref[sec:serialization:operation:PropertyCall]{\lst{PropertyCall}} \\ | ||
\hline | ||
|
||
\end{tabularx} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.