Go to file
Nick Dumas b9e1bab075 More concurrency debugging
.gitignore Cleaning things up to turn this into a proper parser
Makefile demo code
go.mod adding zap
go.sum adding zap
index.md gotta commit
itemtype_string.go I believe I now have a working wikilink lexer
lexer.go More concurrency debugging
lexer_test.go now i'm using zap
race.log race log
sanitize.sh gotta commit
states.go More concurrency debugging
test-cases passing tests
wikilink.go Cleaning things up to turn this into a proper parser
wikilink_test.go demo code