Skip to content

Commit

Permalink
Add stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Oct 31, 2024
1 parent 9ad84aa commit 926c23e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/2024-10-18-booster-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,10 @@ The symbolic parts of a term are handled directly by the booster. Similarly to r
**TODO**: discuss caching and how it's implemented in Booster.


## [Definition internalisation and pre-processing](#internalisations)

Booster takes a `definition.kore`, parses it, computes term indices, puts rules in several different buckets, infers definedness of some rules.

**TODO**: expand on the topics listed above
**TODO**: specifically, talk in detail about the `Term` datatype and `TermAttributes` datatype, how they are used to compare terms. Discuss the pattern synonym-based smart constructors.
**TODO**: it's appropriate to discuss the `"add-module"` endpoint here as well

0 comments on commit 926c23e

Please sign in to comment.