Cross some items off the to-do list.

This commit is contained in:
Jordan Bancino 2022-07-26 13:08:53 -04:00
parent 4e0543b028
commit b7cf11f4f4
1 changed files with 3 additions and 2 deletions

View File

@ -301,11 +301,12 @@ Implement a JSON library using the hash map and array
<ul>
<li><s>Basic encoding from HashMap/Array/strings, etc.</s></li>
<li>Basic decoding to HashMap/Array/strings, etc.</li>
<li>Proper string encoding</li>
<li>Proper string decoding</li>
<li><s>Proper string encoding</s></li>
<li><s>Proper string decoding</s></li>
</ul>
</li>
<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>
<li>Implement a simple HTTP server</li>
<li>