From e192c3f541f2bae522add0c364f72d93b3e693af Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 6 Jul 2025 14:13:44 -0500 Subject: [PATCH] xo-reader xo-expression: nested lambdas working properly + docs --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 94f17794..c9ab8598 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -21,7 +21,7 @@ Tested with gcc 13.3 Install ======= -``xo-tokenizer`` uses supporting library ``xo-tokenizer`` and cmake macros ``xo-cmake``. +``xo-tokenizer`` uses supporting library ``xo-indentlog`` and cmake macros ``xo-cmake``. These are on github: - `xo-tokenizer source`_ (Schematika tokenizer) @@ -29,7 +29,7 @@ These are on github: - `xo-cmake source`_ (shared cmake macros) .. _xo-tokenizer source: https://github.com/rconybea/xo-tokenizer -.. _xo-indentlog source: https://github.com/rconybea/xo-indentlog +.. _xo-indentlog source: https://github.com/rconybea/indentlog .. _xo-cmake source: https://github.com/rconybea/xo-cmake Installing from source