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

Ideas on the project structure #93

Open
teiesti opened this issue Apr 12, 2024 · 0 comments
Open

Ideas on the project structure #93

teiesti opened this issue Apr 12, 2024 · 0 comments
Labels
C-enhancement Category: Enhancement

Comments

@teiesti
Copy link
Collaborator

teiesti commented Apr 12, 2024

*analysing
    tightness

command_line

convenience
    apply
    unbox

formatting      -> Format structs
    asp
        default
    fol
        default
        tptp

parsing         -> Parser trait
    asp
        pest
    fol
        pest

*verifying
    task        -> Task trait
    problem     -> Problem struct
    proof

simplifiying
    fol
        ht
        *classic

syntax_tree     -> Node trait
    asp
    fol

translating
    gamma
    tau_star
    *completion

Modules marked with an * do not yet exist.
The module problem_building should be renamed into verifying/problem.

@teiesti teiesti added the C-enhancement Category: Enhancement label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant