Class: BFProgram

BFProgram(instructionsList)

A class containing a list of BFInstructions and the length of the code.

Constructor

new BFProgram(instructionsList)

The constructor for a BF program
Parameters:
Name Type Description
instructionsList Array.<BFInstructions> The instructions list
Source:

Documentation generated by JSDoc 4.0.2 on Sun Feb 08 2026 18:39:25 GMT-0800 (Pacific Standard Time)