You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: