chaforinli
chaforinli
Thank you. I have made modifications to the program based on your suggestions, and the error "unexpected dedent" still exist. The related files can be found in https://github.com/starbugs-qurong/python-compiler-test/tree/main/codon/python_10
Same as in #322 , spaces must be added before and after the keyword "and". I have roughly read the rules of Whitespace in Expressions and Statements in [PEP 8](https://peps.python.org/pep-0008/)...
Thank you! The program you modified and gave to me can be run successfully. Besides declaring member types and changing bytes to int, I found spaces must be added before...
I have declared the member types and run it again, the error "unexpected '(' " still exist. The related files can be found in https://github.com/starbugs-qurong/python-compiler-test/tree/main/codon/python_1
Another minimal reproducer with an unclosed *attribute* also triggers GCCRS failure: ```rust #[Ѕ