From 0c1d3ffbfe22365416b5c4d2bd875b5c2cc64299 Mon Sep 17 00:00:00 2001 From: Lukas Neubert <40118727+Serkonda@users.noreply.github.com> Date: Mon, 8 Jun 2020 15:39:35 +0200 Subject: [PATCH] doc: add missing links to ToC --- doc/docs.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index d91149086a..4e692858a5 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -66,18 +66,22 @@ you can do in V. Writing documentation + Profiling Calling C functions from V Conditional compilation + Compile time pseudo variables Reflection via codegen Limited operator overloading + + Inline assembly Translating C/C++ to V - - Hot code reloading Cross compilation Cross-platform shell scripts in V Appendix I: Keywords + + Appendix II: Operators