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

Cleanup + code organization #7

Open
3 tasks
MirceaS opened this issue Mar 7, 2023 · 1 comment
Open
3 tasks

Cleanup + code organization #7

MirceaS opened this issue Mar 7, 2023 · 1 comment

Comments

@MirceaS
Copy link
Collaborator

MirceaS commented Mar 7, 2023

  • Move regexp codebase into its own separate folder examples/regex
  • Audit theorems to make sure they all have the same format (eg. thm_name_forwards, thm_name_reverse, followed by hm_name (for the bijection))
  • Remove double whitespaces from the middle of code
@nishantjr
Copy link
Member

nishantjr commented Mar 15, 2023

How do you feel about theories/theory-name?
This would lead to the organization:

  • matching-logic.mm0
  • theories/
    • 0-empty/
      • 1-helpers.mm1
    • 1-definedness/
      • 0-axioms.mm0 (for axioms and public notation)
      • 1-helpers.mm1
      • 2-proof-system-p.mm1
      • 3-fixedpoints.mm1
    • 2-words/
      • 0-axioms.mm0
      • ...

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

2 participants