Skip to content

Commit

Permalink
Add missing directories to readme project overview
Browse files Browse the repository at this point in the history
  • Loading branch information
timsueberkrueb committed Jan 5, 2024
1 parent cefadb6 commit e82cd55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ xfunc --help
```text
├── app CLI application
├── examples Example code in the object language
├── ext/vim/syntax vim source code highlighting
├── ext/vscode VSCode extension
├── lang Language implementation
│ ├── lifting Lift local (co)matches to top-level definitions
Expand All @@ -62,6 +63,7 @@ xfunc --help
│ ├── typechecker Bidirectional type inference
│ ├── unifier Unification algorithm
│ └── xfunc De-/Refunctionalization implementation
├── oopsla_examples Examples from the OOPSLA paper
├── test Integration tests
│ ├── suites Test cases
│ └── test-runner Test runner
Expand Down

0 comments on commit e82cd55

Please sign in to comment.