Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python book : 8.3 Shrink : page 133 : mainDef #188

Open
elmbeech opened this issue Nov 27, 2024 · 0 comments
Open

Python book : 8.3 Shrink : page 133 : mainDef #188

elmbeech opened this issue Nov 27, 2024 · 0 comments

Comments

@elmbeech
Copy link

I think the correct ast for mainDef, following the grammar from Fig8.2, is :

FunctionDef('main', [], [stmt ... Return(Constant(0))], None,  IntType(), None) 
@elmbeech elmbeech changed the title Python book : 8.3 Shrink : page 133 Python book : 8.3 Shrink : page 133 mainDef Nov 27, 2024
@elmbeech elmbeech changed the title Python book : 8.3 Shrink : page 133 mainDef Python book : 8.3 Shrink : page 133 : mainDef Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant