Skip to content

DevFeddy/BFS_Utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Register

  • can be initialized (optional) with a list containing initial values for register where the first element is c(1)
  • access with [], c(0) = reg[0] etc

RAM_Interpreter

  • initialize with string of code and an object of registers
  • execute with .execute(), Parameters:
    • show (bool): if True, shows value of register after every command (default: False)
    • timeout (int): if non-negative, lines of code that will be executed before the programm stops (default: -1)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages