link to auto-generated ast table

This commit is contained in:
Michael Hohn
2024-12-05 11:32:03 -08:00
committed by =Michael Hohn
parent 14a994c83b
commit f18cc78223

View File

@@ -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.