Skip to content
/ qbf Public

Brainfuck interpreter in QBasic

License

Notifications You must be signed in to change notification settings

qalle2/qbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qbf

Brainfuck interpreter in QBasic.

  • Reads the Brainfuck program from a file.
  • The screen background turns blue when the Brainfuck program is expecting input.
  • Output:
    • Prints characters 0x200x7e verbatim.
    • Interprets 0x0a (the Unix newline) as a newline.
    • Prints all other characters as ?.

References