Skip to content

Commit 0398719

Browse files
Update README.md
1 parent 45ee9c8 commit 0398719

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66

77
### Primitive Types
88

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) |   |   |   |
2323

2424
### Library Modules
2525

0 commit comments

Comments
 (0)