Announcing *Survey*, a general purpose utility that may be of interest to
those curious about how how the Go language is used at a token level. When
I posted a survey of the Go 1.13 source tree and of the Go Corpus a week
ago, several people wrote and asked that I share. The program at that time
was just part of my test suite for a lexer so it was far from ready to
share; it's now ready and available:

https://github.com/MichaelTJones/survey

When you get that it will also get (or you will need to get)

https://github.com/MichaelTJones/lex

which is much like scanner but knows about Go operators and is careful to
note details of what it parses (not "number" but "number/of the legacy
octal form"). I'm still working on that but it suffices for the needs of
survey.

Hope it is helpful to you.

-- 

*Michael T. jonesmichael.jo...@gmail.com <michael.jo...@gmail.com>*

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CALoEmQyHjc3tG0deRNAUmWpAGL4pyq1D5RocdUjd2E4JMToFQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to