From f67c5a42dc97825a1b3480164b1fb28eb7d0adc7 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Sat, 6 Jun 2020 21:42:34 -0700 Subject: [PATCH] Add notes on AST extraction. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e803b91d2..036d4a081 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ As I work through things, I've been jotting down some design notes: * [Type Extraction - April 15, 2020](https://gist.github.com/stellaraccident/ec1ab0f633cfca0a05866fd77705b4e4) * [Ufunc modeling Part 1 - April 29, 2020](https://gist.github.com/stellaraccident/4fcd2a24a66b6588f92b22b2b8ab974f) * [Array funcs and op granularity - May 5, 2020](https://gist.github.com/stellaraccident/2c11652cfdee1457921bc7c98807b462) +* [AST Extraction - June 6, 2020](https://gist.github.com/stellaraccident/875f20d45dfc9b5daee59b11e3a2bc07) ## Quick start