This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
gython
mirror of
https://github.com/brettlangdon/gython.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add String() method for TokenID
master
Brett Langdon
10 years ago
parent
c7f8fa356e
commit
a108db6903
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
token/id.go
+ 4
- 0
token/id.go
View File
@ -62,3 +62,7 @@ const (
ERRORTOKEN
N_TOKENS
)
func
(
id
TokenID
)
String
(
)
string
{
return
TokenNames
[
id
]
}
Write
Preview
Loading…
Cancel
Save