Cross off some to-do items.

This commit is contained in:
Jordan Bancino 2022-07-27 13:45:35 -04:00
parent 3989c370b8
commit 360fb4cb2c

View file

@ -296,7 +296,7 @@ can get involved.
<li><s>Implement configuration file parsing using the hash map</s></li>
<li><s>Base64 encoding/decoding with padded/unpadded support</s></li>
<li><s>Write a release script</s></li>
<li>UTF-8 encoder/decoder (UTF-8 codepoint chars to int, vice versa)</li>
<li><s>UTF-8 encoder</s></li>
<li>
Implement a JSON library using the hash map and array
<ul>
@ -310,13 +310,13 @@ Implement a JSON library using the hash map and array
<li>Keys are sorted lexicographically by Unicode code point
(4bytes)</li>
<li>Floats are not allowed (fail on encountering a float)</li>
<li>Encode as UTF-8 instead of using <code>\u</code> escapes</li>
<li><s>Encode as UTF-8 instead of using <code>\u</code> escapes</s></li>
<li><s>Decode encoded strings to UTF-8</s></li>
</ul>
</li>
</ul>
</li>
<li>Write a <code>TelodendriaServerTs</code> that gets the current
Unix timestamp in milliseconds.</code>
<li><s>Write a function that gets the current Unix timestamp in milliseconds.</s></code>
<li><s>Figure out how to w</s>Write unit tests for array/hashmap/etc</li>
<li>Parse the <b>Telodendria</b> config file</li>
<li>Add license/documentation comments to all source files</li>