|
6 | 6 |
|
7 | 7 | ### Primitive Types
|
8 | 8 |
|
9 |
| -| Size | Name | | Size | Name | |
10 |
| -| -------- | ----------------------------------------------------------------------------- | -- | ------ | ---- | |
11 |
| -| ? | [Sized](https://andrew-johnson-4.github.io/lsts-language-reference/lib-sized) | | 8 | [CString](https://andrew-johnson-4.github.io/lsts-language-reference/lib-cstring) | |
12 |
| -| >= 1 bit | [Bool](https://andrew-johnson-4.github.io/lsts-language-reference/lib-bool) | | ? | [String](https://andrew-johnson-4.github.io/lsts-language-reference/lib-string) | |
13 |
| -| 1 | [U8](https://andrew-johnson-4.github.io/lsts-language-reference/lib-u8) | | ? | [S](https://andrew-johnson-4.github.io/lsts-language-reference/lib-s-expression) | |
14 |
| -| 1 | [I8](https://andrew-johnson-4.github.io/lsts-language-reference/lib-i8) | | ? | [Tuple](https://andrew-johnson-4.github.io/lsts-language-reference/lib-tuple) | |
15 |
| -| 2 | [U16](https://andrew-johnson-4.github.io/lsts-language-reference/lib-u16) | | ? | [List](https://andrew-johnson-4.github.io/lsts-language-reference/lib-list) | |
16 |
| -| 2 | [I16](https://andrew-johnson-4.github.io/lsts-language-reference/lib-i16) | | ? | [Vector](https://andrew-johnson-4.github.io/lsts-language-reference/lib-vector) | |
17 |
| -| 4 | [U32](https://andrew-johnson-4.github.io/lsts-language-reference/lib-u32) | | ? | [Hashtable](https://andrew-johnson-4.github.io/lsts-language-reference/lib-hashtable) | |
18 |
| -| 4 | [I32](https://andrew-johnson-4.github.io/lsts-language-reference/lib-i32) | | ? | [Array](https://andrew-johnson-4.github.io/lsts-language-reference/lib-array) | |
19 |
| -| 4 | [F32](https://andrew-johnson-4.github.io/lsts-language-reference/lib-f32) | | ? | [Regex](https://andrew-johnson-4.github.io/lsts-language-reference/lib-regex) | |
20 |
| -| 8 | [U64](https://andrew-johnson-4.github.io/lsts-language-reference/lib-u64) | | | | |
21 |
| -| 8 | [I64](https://andrew-johnson-4.github.io/lsts-language-reference/lib-i64) | | | | |
22 |
| -| 8 | [F64](https://andrew-johnson-4.github.io/lsts-language-reference/lib-f64) | | | | |
| 9 | +| Size | Name | | Size | Name | |
| 10 | +| -------- | ----------------------------------------------------------------------------- | ------ | ------ | ---- | |
| 11 | +| ? | [Sized](https://andrew-johnson-4.github.io/lsts-language-reference/lib-sized) | | 8 | [CString](https://andrew-johnson-4.github.io/lsts-language-reference/lib-cstring) | |
| 12 | +| >= 1 bit | [Bool](https://andrew-johnson-4.github.io/lsts-language-reference/lib-bool) | | ? | [String](https://andrew-johnson-4.github.io/lsts-language-reference/lib-string) | |
| 13 | +| 1 | [U8](https://andrew-johnson-4.github.io/lsts-language-reference/lib-u8) | | ? | [S](https://andrew-johnson-4.github.io/lsts-language-reference/lib-s-expression) | |
| 14 | +| 1 | [I8](https://andrew-johnson-4.github.io/lsts-language-reference/lib-i8) | | ? | [Tuple](https://andrew-johnson-4.github.io/lsts-language-reference/lib-tuple) | |
| 15 | +| 2 | [U16](https://andrew-johnson-4.github.io/lsts-language-reference/lib-u16) | | ? | [List](https://andrew-johnson-4.github.io/lsts-language-reference/lib-list) | |
| 16 | +| 2 | [I16](https://andrew-johnson-4.github.io/lsts-language-reference/lib-i16) | | ? | [Vector](https://andrew-johnson-4.github.io/lsts-language-reference/lib-vector) | |
| 17 | +| 4 | [U32](https://andrew-johnson-4.github.io/lsts-language-reference/lib-u32) | | ? | [Hashtable](https://andrew-johnson-4.github.io/lsts-language-reference/lib-hashtable) | |
| 18 | +| 4 | [I32](https://andrew-johnson-4.github.io/lsts-language-reference/lib-i32) | | ? | [Array](https://andrew-johnson-4.github.io/lsts-language-reference/lib-array) | |
| 19 | +| 4 | [F32](https://andrew-johnson-4.github.io/lsts-language-reference/lib-f32) | | ? | [Regex](https://andrew-johnson-4.github.io/lsts-language-reference/lib-regex) | |
| 20 | +| 8 | [U64](https://andrew-johnson-4.github.io/lsts-language-reference/lib-u64) | | | | |
| 21 | +| 8 | [I64](https://andrew-johnson-4.github.io/lsts-language-reference/lib-i64) | | | | |
| 22 | +| 8 | [F64](https://andrew-johnson-4.github.io/lsts-language-reference/lib-f64) | | | | |
23 | 23 |
|
24 | 24 | ### Library Modules
|
25 | 25 |
|
|
0 commit comments