change token table entries, remove temporary file :shame:

This commit is contained in:
andromeda
2026-03-08 11:15:05 +01:00
parent d90c39b6bc
commit f4cadcfff9
3 changed files with 8 additions and 9 deletions

View File

@@ -35,11 +35,11 @@ each word represents a token on the token table.
each token gets loaded into the token table with the following form:
```
+----------+----------+
| 31 16 | 15 0 |
+----------+----------+
| reserved | token id |
+----------+----------+
+----------+
| 15 0 |
+----------+
| token id |
+----------+
```
### token IDs