From 47eced22bdfa816bc6fc2097213b7efa36953a7f Mon Sep 17 00:00:00 2001 From: teehee Date: Wed, 20 Nov 2024 13:31:19 +1100 Subject: [PATCH] collaborative compiler rewrite doc added compiler-rewrite.md added as an appendix to serve as a central document for authors to share their opinions and can then be synthesised into one piece of work as opposed to multiple separate blog posts or similar. --- src/SUMMARY.md | 1 + src/appendix/compiler-rewrite.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/appendix/compiler-rewrite.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 570256412..ef98c4894 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -226,6 +226,7 @@ [Appendix C: Code Index](./appendix/code-index.md) [Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md) [Appendix E: Bibliography](./appendix/bibliography.md) +[Appendix F: Compiler Rewrite](./appendix/compiler-rewrite.md) [Appendix Z: HumorRust](./appendix/humorust.md) diff --git a/src/appendix/compiler-rewrite.md b/src/appendix/compiler-rewrite.md new file mode 100644 index 000000000..914c30ace --- /dev/null +++ b/src/appendix/compiler-rewrite.md @@ -0,0 +1,27 @@ +# Compiler Rewrite Discussion + +Some experienced Rust developers have floated the idea of a possible rewrite of the Rust compiler. Recording motivations, lessons learned, limitations, unexpected pros and cons etc. of the current compiler will be a useful historical document for the open source community regardless of whether a rewrite of the compiler happens. + +--- + +## [author name](https://github.com/author_name) Notes + + + +## [author name](https://github.com/author_name) Notes + + + +## [author name](https://github.com/author_name) Notes + + + +## Key Points +- +- +- +- + + +# Summary +