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 Mon Feb 09 2026 21:26:04 GMT-0800 (Pacific Standard Time)