From 5d51c1bf28ca9773a2c46799317a87b5de9096ac Mon Sep 17 00:00:00 2001 From: Adam McDaniel Date: Wed, 20 Dec 2023 18:26:27 -0500 Subject: [PATCH] Added images --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44900b5a..b3984ab3 100644 --- a/README.md +++ b/README.md @@ -99,15 +99,17 @@ $ ./out Here's an example of a linked list in Sage: -![Linked List](assets/code1.png) + + Here's an example of Sage's structural typing: -![Structural Typing](assets/code2.png) + + Here's an example of Sage's pattern matching: -![Pattern Matching](assets/code3.png) + ## Feature Roadmap