introduce tags, structs, and reticles
this was meant to be split into smaller changes, but I realised I edited my existing revision too late.
This commit is contained in:
parent
8356b6c750
commit
5b7d9586ea
26 changed files with 1113 additions and 351 deletions
|
@ -69,6 +69,11 @@ max_chunks = 2
|
|||
# Maximum amount of defs across all source code chunks.
|
||||
max_defs = 256
|
||||
|
||||
# Maximum amount of unique tags across all source code chunks.
|
||||
# Note that tag uniqueness is determined by the tag's source code string, so two instances of `A`
|
||||
# only occupy one slot.
|
||||
max_tags = 256
|
||||
|
||||
# Maximum amount of tokens a single chunk can have.
|
||||
max_tokens = 65536
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue