diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 78fecc6..4201ee3 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,3 +1,8 @@ # Summary [Introduction](./ch00/s00-introduction.md) + +- [Background]() +- [Implementation]() +- [Usage]() +- [Current Implementation Concerns](./ch04/s00-concerns.md) diff --git a/src/ch04/s00-concerns.md b/src/ch04/s00-concerns.md new file mode 100644 index 0000000..ee9ae8a --- /dev/null +++ b/src/ch04/s00-concerns.md @@ -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.