grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

expected 'IDENT', found 'INT' 7 #58

Closed alanjds closed 6 years ago

alanjds commented 6 years ago

google/grumpy#391 opened by @owenkealey on Jan 18

Hello,

Whenever I use this tool, it transpiles without error, but then when I try to run the Go file it produces, I am hit with this error

alanjds commented 6 years ago

Comment by owenkealey Thursday Jan 18, 2018 at 23:51 GMT


changing the package from 7 to main also doesnt help as that results in the following error:

runtime.main_main·f: relocation target main.main not defined runtime.main_main·f: undefined: "main.main"

alanjds commented 6 years ago

Comment by alanjds Wednesday Feb 28, 2018 at 02:48 GMT


Can you provide the program you are trying to transpile+compile+run ? Including the file name.

alanjds commented 6 years ago

Closing as no feedback was provided in more than 6 months.

@owenkealey please reopen if you can provide the failing code.