Skip to content

Commit

Permalink
Added images
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-mcdaniel committed Dec 20, 2023
1 parent d42c91b commit 1c78809
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ $ gcc out.c -o out
$ ./out
```

## What does Sage look like?

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

- [x] Compiler Backends
Expand Down

0 comments on commit 1c78809

Please sign in to comment.