Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | final cleanupv1.1.0 | Kornelius Kalnbach | 2013-09-01 | 1 | -1/+0 |
| | |||||
* | allow unicode characters in char literals | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+2 |
| | |||||
* | be a bit more graceful with buggy Go strings | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+3 |
| | |||||
* | tweak numeral tokens handling (#147) | Kornelius Kalnbach | 2013-07-13 | 1 | -10/+10 |
| | |||||
* | yup, no C-style directives (auto extern static) | Nathan Youngman | 2013-06-23 | 1 | -5/+0 |
| | |||||
* | predeclared identifiers | Nathan Youngman | 2013-06-23 | 1 | -1/+7 |
| | | | | http://golang.org/ref/spec#Predeclared_identifiers | ||||
* | add imaginary numbers to Go scanner | Nathan Youngman | 2013-06-23 | 1 | -5/+9 |
| | |||||
* | Go doesn't have a "f" suffix for floats like C. | Nathan Youngman | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'go-scanner' of github.com:rubychan/coderay into go-scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: lib/coderay/scanners/go.rb | ||||
| * | additional types: string, error | Nathan Youngman | 2013-06-23 | 1 | -1/+1 |
| | | | | | | | | http://golang.org/ref/spec#Predeclared_identifiers | ||||
* | | fix label_expected (test case?) | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+2 |
| | | |||||
* | | fix empty token in Go scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | | |||||
* | | add support for raw strings in Go | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+8 |
| | | |||||
* | | add string as predefined type | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | | |||||
* | | whitespace | Kornelius Kalnbach | 2013-06-23 | 1 | -41/+41 |
|/ | |||||
* | New: *Go Encoder* | Eric Guo | 2012-07-08 | 1 | -0/+195 |
Draft version, copy from c |