glossary
AST-based analyzer
The stable source-language analyzer that parses Python source into its abstract syntax tree and inspects that structure, rather than doing plain text or regex matching.
As used in: Post-Quantum Cryptography Migration: How can PQCensus inventory cryptographic primitives?
The stable source-language analyzer that parses Python source into its abstract syntax tree and inspects that structure, rather than doing plain text or regex matching.
المحلل المستقر للغة المصدر الذي يحلّل شفرة Python المصدرية إلى شجرة تركيبها النحوي المجردة ويفحص تلك البنية، بدلاً من مطابقة النص العادي أو التعابير النمطية.
AST-based analyzer: El analizador de lenguaje fuente estable que analiza el código fuente de Python en su árbol de sintaxis abstracta e inspecciona esa estructura, en lugar de hacer coincidencia de texto plano o expresiones regulares.
L'analyseur de langage source stable qui analyse la source Python dans son arbre syntaxique abstrait et inspecte cette structure, plutôt que de faire du texte brut ou de la correspondance par regex.