summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/go.rb
Commit message (Expand)AuthorAgeFilesLines
* allow unicode characters in char literalsKornelius Kalnbach2013-07-131-2/+2
* be a bit more graceful with buggy Go stringsKornelius Kalnbach2013-07-131-2/+3
* tweak numeral tokens handling (#147)Kornelius Kalnbach2013-07-131-10/+10
* yup, no C-style directives (auto extern static)Nathan Youngman2013-06-231-5/+0
* predeclared identifiersNathan Youngman2013-06-231-1/+7
* add imaginary numbers to Go scannerNathan Youngman2013-06-231-5/+9
* Go doesn't have a "f" suffix for floats like C.Nathan Youngman2013-06-231-1/+1
* Merge branch 'go-scanner' of github.com:rubychan/coderay into go-scannerKornelius Kalnbach2013-06-231-1/+1
|\
| * additional types: string, errorNathan Youngman2013-06-231-1/+1
* | fix label_expected (test case?)Kornelius Kalnbach2013-06-231-1/+2
* | fix empty token in Go scannerKornelius Kalnbach2013-06-231-1/+1
* | add support for raw strings in GoKornelius Kalnbach2013-06-231-1/+8
* | add string as predefined typeKornelius Kalnbach2013-06-231-1/+1
* | whitespaceKornelius Kalnbach2013-06-231-41/+41
|/
* New: *Go Encoder*Eric Guo2012-07-081-0/+195