-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d98432
commit 3f175cb
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# asm2ws | ||
|
||
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | ||
[![Build Status](https://travis-ci.com/kspalaiologos/asm2ws.svg?branch=main)](https://travis-ci.com/kspalaiologos/asm2ws) | ||
[![codecov](https://codecov.io/gh/kspalaiologos/asm2ws/branch/main/graph/badge.svg?token=1NRD0SWGKB)](https://codecov.io/gh/kspalaiologos/asm2ws) | ||
|
||
asm2ws is a whitespace omnitool - a single binary capable of everything. | ||
|
||
* interpret whitespace programs | ||
* compile whitespace programs just-in-time, or output well-formatted corresponding C code | ||
* disassemble whitespace programs | ||
* assemble whitespace programs with an optimizing macro assembler | ||
* recompile and optimize existing programs |