Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos authored Jan 2, 2021
1 parent 1d98432 commit 3f175cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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

0 comments on commit 3f175cb

Please sign in to comment.