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

Formal System: AST API Design #26

Open
jix opened this issue Jan 13, 2025 · 0 comments
Open

Formal System: AST API Design #26

jix opened this issue Jan 13, 2025 · 0 comments

Comments

@jix
Copy link
Member

jix commented Jan 13, 2025

Design of a common API providing an abstract syntax tree datatype that will be used to store and manipulate terms of the formal system.

This will include a (potentially incomplete) naive implementation suitable to start prototyping some uses of this API. The implementation details of the naive implementation should not leak into the provided API, so that, at a later point, we can replace it with an optimized implementation.

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