Closed dcu closed 9 years ago
I found the issue, it's because the program starts with a number
Ah, that makes sense. I know where the bug is. I'll fix it shortly.
Thanks for reporting it!
Should be fixed in 77636161ee217cca20a349a0c64fddad7a99d1e8. Does it work for you now?
@dcu ^
@jeremyschlatter Yeah I confirm it works fine.
Do you think it's possible to use something like https://github.com/sbinet/go-eval to evaluate expressions?
@dcu Thanks for the pointer to go-eval. Yes, I definitely want to integrate something like that soon. See #10 and #18
I was trying godebug out with one of my projects today and I got this error message:
/var/folders/t9/9tt1kghs13qb57tn266lwmzd957b86/T/godebug040698979/1p.go:66: syntax error: unexpected literal 1p, expecting name or (
any ideas?