Skip to content

Commit

Permalink
Build CI status badge and license badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 21, 2024
1 parent 32a7fda commit 6527125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Brainfuck Assembly Language

![Build CI](https://github.com/nthnn/brainfuck-assembly/actions/workflows/build_ci.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/nthnn/brainfuck-assembly/blob/main/LICENSE)

Brainfuck Assembly (BFASM) is a human-readable assembly language designed to simplify the process of writing Brainfuck programs. Brainfuck, a minimalist esoteric language, uses only eight commands and is notoriously difficult to write and maintain due to its cryptic syntax. Brainfuck Assembly serves as an intermediate language, allowing developers to write more understandable code, which can then be translated into Brainfuck.

## Example
Expand Down

0 comments on commit 6527125

Please sign in to comment.