You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Nick Dumas 0b377a0500 Expand test cases, refine logging configuration
Wiki links don't occur in a vacuum, I need to be able to parse entire
blocks of markdown and extract the wikilinks properly.

Now that I've gotten the lexer working I mostly don't need to see every
single change to the position/start/width values, but the
instrumentation will be useful for future debugging.
2 years ago
cmd/demo non-concurrent, test cases back to expected state 2 years ago
.gitignore Expand test cases, refine logging configuration 2 years ago
Makefile demo code 2 years ago
go.mod adding zap 2 years ago
go.sum adding zap 2 years ago
index.md gotta commit 2 years ago
lexemetype_string.go non-concurrent, test cases back to expected state 2 years ago
lexer.go Expand test cases, refine logging configuration 2 years ago
lexer_test.go Expand test cases, refine logging configuration 2 years ago
race.log race log 2 years ago
sanitize.sh gotta commit 2 years ago
states.go lexIdent is the problem for sure 2 years ago
test-cases passing tests 2 years ago
wikilink.go Cleaning things up to turn this into a proper parser 2 years ago
wikilink_test.go demo code 2 years ago