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.
1 year ago
cmd/demo non-concurrent, test cases back to expected state 1 year ago
.gitignore Expand test cases, refine logging configuration 1 year ago
Makefile demo code 1 year ago
go.mod adding zap 1 year ago
go.sum adding zap 1 year ago
index.md gotta commit 2 years ago
lexemetype_string.go non-concurrent, test cases back to expected state 1 year ago
lexer.go Expand test cases, refine logging configuration 1 year ago
lexer_test.go Expand test cases, refine logging configuration 1 year ago
race.log race log 1 year ago
sanitize.sh gotta commit 2 years ago
states.go lexIdent is the problem for sure 1 year ago
test-cases passing tests 2 years ago
wikilink.go Cleaning things up to turn this into a proper parser 1 year ago
wikilink_test.go demo code 1 year ago