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

feat: support for python syntax #8

Merged
merged 1 commit into from
Dec 11, 2024
Merged

feat: support for python syntax #8

merged 1 commit into from
Dec 11, 2024

Conversation

govereau
Copy link
Collaborator

@govereau govereau commented Dec 9, 2024

Introduces a direct representation of the python abstract syntax, and a simple parser for python functions. This is necessary to support the formalization of the tracing process.

@govereau govereau added the enhancement New feature or request label Dec 9, 2024
@govereau govereau requested a review from seanmcl December 9, 2024 19:38
@govereau govereau self-assigned this Dec 9, 2024
@govereau govereau requested a review from jtristan as a code owner December 9, 2024 19:38
Introduces a direct representation of the python abstract
syntax, and a simple parser for python functions. This is
necessary to support the formalization of the tracing
process.
Copy link
Collaborator

@seanmcl seanmcl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

NKL/FFI.lean Show resolved Hide resolved
NKL/Python.lean Show resolved Hide resolved
NKL/Python.lean Show resolved Hide resolved
NKL/Python.lean Show resolved Hide resolved
NKL/Python.lean Show resolved Hide resolved
NKL/Python.lean Show resolved Hide resolved
interop/nkl/parser.py Show resolved Hide resolved
@govereau govereau merged commit c49417e into main Dec 11, 2024
1 check passed
@govereau govereau deleted the pg-pyast branch December 11, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants