From f18cc782233098cfafac4ff19e097a277de4edae Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Thu, 5 Dec 2024 11:32:03 -0800 Subject: [PATCH] link to auto-generated ast table --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 8935c0f..39ad747 100644 --- a/README.org +++ b/README.org @@ -261,6 +261,9 @@ configuration/. ** Develop the query bottom-up + The main codeql library for csharp documentation is [[https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-csharp/][online]]. A table mapping C# + syntax to CodeQL classes, autogenerated from those docs, is [[https://htmlpreview.github.io/?https://github.com/hohn/codeql-intro-csharp/blob/master/ast-table.html][here.]] + 1. Identify the /source/ part of the : Console.ReadLine()?.Trim() ?? string.Empty; expression, the =Console.ReadLine()= call.