Skip to content

Commit

Permalink
Merge pull request #168 from joba14/main
Browse files Browse the repository at this point in the history
added mira programming language to the repo :)
  • Loading branch information
mawerty authored Jan 12, 2024
2 parents 7a2b24d + 0718776 commit 37475b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ A: Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- Wenyan
- Whitespace
- Zig
- Mira
3 changes: 3 additions & 0 deletions implementations/main.mira
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sec .text func is_prime req u64 ret u64 {
drop 0
}
1 change: 1 addition & 0 deletions optimized_implementations/main.mira
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sec .text func is_prime ret u64 { 0 }

0 comments on commit 37475b6

Please sign in to comment.