We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f70de commit 9e78443Copy full SHA for 9e78443
markut.go
@@ -1684,9 +1684,7 @@ func main() {
1684
}
1685
1686
1687
-// TODO: Consider getting rid of the dependency on https://www.twitchchatdownloader.com/
1688
-// Maybe implementing our own Twitch Chat Downloader that could integrate with Markut itself.
1689
// TODO: Consider rewritting Markut in C with nob.h
1690
// There is no reason for it to be written in go at this point. C+nob.h can do all the tricks.
1691
-// For the lexing part we can even use alexer.
+// For the lexing part we can even use https://github.com/tsoding/alexer
1692
// TODO: Embed git hash into the executable and display it on `markut version`
0 commit comments