Nat
|
7f78f1db3c
|
Make incoming link list display none if there's nothing
|
2023-01-20 18:48:32 -08:00 |
Nat
|
8dd7876ebc
|
Add version option
|
2023-01-20 18:43:52 -08:00 |
Nat
|
db0b922e11
|
Implement actual arg parsing
|
2023-01-20 17:23:48 -08:00 |
Nat
|
dd9a450042
|
Clean up stdout
|
2023-01-20 16:52:39 -08:00 |
Nat
|
6c402c771f
|
Fix #2
I love handling null terminated strings :))))
I have no idea how this didn't come up earlier
|
2023-01-20 16:45:08 -08:00 |
Nat
|
02c7492f74
|
Expand the hash table implementation
Our implementation now resizes automatically and supports hashing by
open addressing.
|
2023-01-20 16:11:19 -08:00 |
Nat
|
f4e04b0dfd
|
Add support for named wikilinks
|
2023-01-20 15:43:53 -08:00 |
Nat
|
1bd489cdc5
|
Simplify string construction processes
|
2023-01-20 10:37:11 -08:00 |
Nat
|
046e31f91e
|
Implement incoming links
|
2023-01-20 09:23:19 -08:00 |
Nat
|
c7e413c6e5
|
Replace titleMap with pageMap
Now, our hashmap holds pointers to the Page struct. This will be more
useful for implementing incoming links and whatnot
|
2023-01-19 15:33:16 -08:00 |
Nat
|
6b47ed9110
|
init
|
2023-01-16 17:13:12 -08:00 |