Skip to content

Commit

Permalink
moved part of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-mcdaniel committed Dec 20, 2023
1 parent 5c6d42c commit 9bb513f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,6 @@ $ gcc out.c -o out
$ ./out
```

## Where can I learn more?

You can read [my blog post](https://adam-mcdaniel-blog.github.io/compilers-for-the-future) about the programming language to learn more about the implementation!

## How do I contribute?

If you want to contribute, you can open an issue or a pull request. [Adding backends for other architectures is a great way to contribute!](https://github.com/adam-mcdaniel/sage/blob/main/src/targets/c.rs)

## Feature Roadmap

- [x] Compiler Backends
Expand Down Expand Up @@ -141,6 +133,14 @@ If you want to contribute, you can open an issue or a pull request. [Adding back
- [ ] A package manager
- [ ] AST Macros

## Where can I learn more?

You can read [my blog post](https://adam-mcdaniel-blog.github.io/compilers-for-the-future) about the programming language to learn more about the implementation!

## How do I contribute?

If you want to contribute, you can open an issue or a pull request. [Adding backends for other architectures is a great way to contribute!](https://github.com/adam-mcdaniel/sage/blob/main/src/targets/c.rs)

<!-- Do the same table, but divided into 2 columns to be easier to read -->
<!--
| Instruction | C Equivalent | Instruction | C Equivalent |
Expand Down

0 comments on commit 9bb513f

Please sign in to comment.