We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be very useful to support python style array slicing:
arr[start:end:stride]
I think this can be performed by desugaring to makeArray
The text was updated successfully, but these errors were encountered:
I added parsing support here:
26bb52e
I'm deciding whether this should be implemented in the vm or desugarring
Sorry, something went wrong.
experiment dump ast to source code (google#101)
aeda613
* Add facility to dump part of Go heap as Go code. * Generate stdlib AST as Go code * Use hardcoded stdlib AST instead of parsing it
No branches or pull requests
It would be very useful to support python style array slicing:
I think this can be performed by desugaring to makeArray
The text was updated successfully, but these errors were encountered: