concerns chapter
This commit is contained in:
parent
c33989ee86
commit
343baf150f
@ -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
6
src/ch04/s00-concerns.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user