Skip to content

Commit

Permalink
chore: normal readme for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 26, 2024
1 parent d88e1c2 commit f54bb4e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Binary file added .github/assets/footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Sabine, A Toy Compiler
<p align="center">
<img src=".github/assets/header.png" alt="Sabine's {Compiler}">
</p>

Just a project where I'm trying things & writing a compiler.
<p align="center">
<h3 align="center">A toy compiler named after Sabine.</h3>
</p>

<p align="center">
<img align="center" src="https://img.shields.io/github/languages/top/sabine-lang/sabine?style=flat&logo=nixos&logoColor=ffffff&labelColor=242424&color=242424" alt="Top Used Language">
<a href="https://github.com/sabine-lang/sabine/actions/workflows/test.yml"><img align="center" src="https://img.shields.io/github/actions/workflow/status/sabine-lang/sabine/test.yml?style=flat&logo=github&logoColor=ffffff&labelColor=242424&color=242424" alt="Test CI"></a>
</p>

## Motivation

Expand All @@ -10,6 +19,9 @@ The idea actually sparked after this xeet: [Source](https://x.com/sabine_s_/stat
I was just havin' a good day doin' my job and spamming shit at X. Well, saw this post and I was like: "Aight,
we ballin' :ball:!".

> I ain't gonna ship any production on this language, the project solely serves for entertainment &
educational purpose

## Development

The project primarily utilizes Nix package manager for development. You need to have Nix package manager
Expand Down Expand Up @@ -72,3 +84,7 @@ nix run github:orzklv/sabine#gnu

This project is licensed under WTFPL license which grants you what the fuckever you want. Just don't
roast me posting shit on X. I'm not that nerd of geek as you may think.

<p align="center">
<img src=".github/assets/footer.png" alt="Sabine's {Compiler}">
</p>

0 comments on commit f54bb4e

Please sign in to comment.