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

Implement Line-Based Feature Traces with ASTs (After Issue #54) #55

Open
pmbittner opened this issue Jan 20, 2021 · 0 comments
Open

Implement Line-Based Feature Traces with ASTs (After Issue #54) #55

pmbittner opened this issue Jan 20, 2021 · 0 comments

Comments

@pmbittner
Copy link
Collaborator

This issue depends on issue #54.

When you derived interfaces for feature traces and extracted the marker logic to the core library, it is time to implement the new AST based representation. Therefore, we should keep things simple first by only considering AST<LineGrammar, String> instead of the generic case AST<G,V>. So the task is:

Provide implementations for all interfaces you derived in issue #54 using AST<LineGrammar, String>.
Afterwards, all interfaces should have (at most) two implementations: One for the markers and one for your ASTs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants