aboutsummaryrefslogtreecommitdiff
path: root/documentation/book/the_lux_programming_language/index.md
diff options
context:
space:
mode:
authorEduardo Julian2021-09-06 16:28:43 -0400
committerEduardo Julian2021-09-06 16:28:43 -0400
commitb55cefcb258f11eeee32c1478faefd1bd09ec871 (patch)
tree8920d7c35bbb7adb3d5fd1a0a2a98fb328549ed2 /documentation/book/the_lux_programming_language/index.md
parentddcfead3ebf30fd8fef26f495662ef61e652ba4f (diff)
New chapter on compiler extensions.
Diffstat (limited to 'documentation/book/the_lux_programming_language/index.md')
-rw-r--r--documentation/book/the_lux_programming_language/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/book/the_lux_programming_language/index.md b/documentation/book/the_lux_programming_language/index.md
index 6242b7dba..1edc17559 100644
--- a/documentation/book/the_lux_programming_language/index.md
+++ b/documentation/book/the_lux_programming_language/index.md
@@ -35,6 +35,8 @@
_Where you will learn how to avoid annoying bug reports._
* [Chapter 17: Cross-platform Lux](chapter_17.md)
_Where you will sail to exotic foreign platforms on the S.S. Lux._
+* [Chapter 18: Extensions](chapter_18.md)
+ _Where you will teach new tricks to an old compiler._
* [Conclusion](conclusion.md)
* [Appendix A: Import syntax](appendix_a.md)
* [Appendix B: Math](appendix_b.md)