Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Westsi authored Jul 2, 2024
1 parent 8bc53f7 commit 9958c78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Dormouse
A C-Like statically typed programming language.

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Westsi/dormouse/ci.yml?style=for-the-badge&logo=github)


## Why another one?
- For me to learn

Expand All @@ -21,4 +24,4 @@ Download repo, install Go. `go run . PATH_TO_FILE`. As easy as it gets.
- `-d` - debug print
- `-a` - target architecture. supports x86_64, with aarch64 in the works
- `-v` - verbose
- `-o` - file name of output file which will be placed in `out/ARCHITECTURE`
- `-o` - file name of output file which will be placed in `out/ARCHITECTURE`

0 comments on commit 9958c78

Please sign in to comment.