Skip to content

Releases: llucere/brainfuck-cpu

Unstable (v.0.0.2.1)

21 Jan 13:36
Compare
Choose a tag to compare
Unstable (v.0.0.2.1) Pre-release
Pre-release

unstable version, you may encounter bugs

version: v.[MAJOR MAJOR].[MAJOR].[MINOR].[PATCH]

v.0.0.2.1
fixed a comparision issue, i thought x < val < y would work in c

v.0.0.2.0
added a new flag -r -rep -repeat [n] which repeats the file n amount of times
be careful when using the . symbol when you use the -rep flag
this new flag is best used with -t flag

v.0.0.1.1
fixed minor bugs

flags:

-nf -nofile

-t -tm -time

-r -rep -repeat

-bc -bytecode

-bcp -bytecodepass

execute code directly: bf "@@./" -nofile
execute file: bf path/to/file.bf
execute file with time measuring: bf path/to/file.bf -time
execute file 100 times with time measuring: bf path/to/file.bf -rep 100 -time
view a files instructions: bf path/to/file.bf -bc
view a files instructions but also continue running the file: bf path/to/file.bf -bcp