Skip to content

les-citrons/sourbeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TODO:

  • Documentation
  • More examples

sourbeat

A mini RPN programming language for bytebeat programs.

It supports all C arithmetic operators, with < being shift left and > being shift right.

Music is generated by repeatedly evaluating the program, with the variable t incremented each time.

Variables can be assigned to via the : operator. For example, t 2 * :a assigns t * 2 to a.

usage

Compile the program with make and either pass a source file as an argument, or pipe it into stdin.

About

bytebeat language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published