Minor style updates.
This commit is contained in:
parent
2a28d71fcf
commit
b3b3f14758
@ -1,5 +1,5 @@
|
|||||||
# Suzu Runtime / Notation
|
# Suzu Runtime / Notation
|
||||||
Szun is a library for defining, manipulating, and formatting structured, dynamically-typed data.
|
Szun is a library for defining, manipulating, and formatting structured, dynamic data.
|
||||||
|
|
||||||
## Runtime
|
## Runtime
|
||||||
The Szun runtime provides an interface for constructing and modfying data objects.
|
The Szun runtime provides an interface for constructing and modfying data objects.
|
||||||
@ -32,7 +32,7 @@ While the runtime provides methods for directly acquring and releasing memory, i
|
|||||||
|Varying|x01|--|Stores any data type|
|
|Varying|x01|--|Stores any data type|
|
||||||
|Boolean|x02|--|True or false|
|
|Boolean|x02|--|True or false|
|
||||||
|Natural|x10|--|Non-negative integers|
|
|Natural|x10|--|Non-negative integers|
|
||||||
|Integer|x11|--|Integers|
|
|Integer|x11|--|Positive and negative whole numbers|
|
||||||
|Significant|x13|--|Fixed-precision, variable-magnitude numbers|
|
|Significant|x13|--|Fixed-precision, variable-magnitude numbers|
|
||||||
|Block|x1e|size|Constant-sized series of bytes|
|
|Block|x1e|size|Constant-sized series of bytes|
|
||||||
|Sequence|x1f|--|Variable-sized series of bytes|
|
|Sequence|x1f|--|Variable-sized series of bytes|
|
||||||
|
Reference in New Issue
Block a user