Skip to content

zorilla1/bbvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

If your song is test.txt and infix, then run

	cat test.txt | infix | compiler | player

For RPN, simply omit infix

	cat test.txt | compiler | player
	
Note that if there are any errors in your song, the player will most likely crash.
The build scripts will produce an executable called bb.exe in the src\ directory from the
infix song in src\song.txt. The build scripts expect you to have nasm, gcc, and
crinkler in your path.

About

Bytebeat Virtual Machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors