From ffa46bce7333730d4b66a19a3e35b5bebc7e8f05 Mon Sep 17 00:00:00 2001 From: tocariimaa Date: Thu, 6 Mar 2025 19:24:02 -0300 Subject: [PATCH] articles/ast.md: new article --- articles/ast.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 articles/ast.md diff --git a/articles/ast.md b/articles/ast.md new file mode 100644 index 0000000..66f1a23 --- /dev/null +++ b/articles/ast.md @@ -0,0 +1,3 @@ +# AST +- [Abstract Syntax Tree](abstract_syntax_tree.md). +- Andrew Stewart Tannenbaum: computer scientist, creator of [Minix](minix.md).