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
parser errors
master
Brett Langdon
10 years ago
parent
2168bbf7cd
commit
c7f8fa356e
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
parser/error.go
+ 9
- 0
parser/error.go
View File
@ -0,0 +1,9 @@
package
parser
type
Error
struct
{
Message
string
}
func
(
e
Error
)
Error
(
)
string
{
return
e
.
Message
}
Write
Preview
Loading…
Cancel
Save