concerns chapter

This commit is contained in:
AF 2023-05-07 16:10:32 +00:00
parent c33989ee86
commit 343baf150f
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# Summary
[Introduction](./ch00/s00-introduction.md)
- [Background]()
- [Implementation]()
- [Usage]()
- [Current Implementation Concerns](./ch04/s00-concerns.md)

6
src/ch04/s00-concerns.md Normal file
View File

@ -0,0 +1,6 @@
# Concerns (questions) with the current implementaion
## `Mentionable` isn't `Clone`
* It's meant to be `Rc`d.
* For proper indirection, there is `Point`.
* It can be re-parsed.