thechampagne / bascii

Bascii programming language Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bascii

Bascii is an esoteric programming language that uses binary to form words.

Syntax

Character Meaning
< Moves to the next cell to the left.
> Moves to the next cell to the right.
+ Increment the current cell by one.
- Decrement the current cell by one.
# Output the constructed byte of cells.

Requirements

  • ANSI C Compiler - C89

References

License

This repo is released under the MIT License.

About

Bascii programming language Compiler

License:MIT License


Languages

Language:C 88.3%Language:Makefile 11.7%