Skip to content

smcgivern/urm-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Like the Legendre symbol evaluator, this came from the Open University course M381 -- Number theory and mathematical logic.

It can evaluate URMs (Unlimited Register Machines) using JavaScript. The syntax of the program is quite forgiving -- it doesn't care how the instructions are spelled, as long as the first letter is correct. (Also, either T or C can be used for the transfer instruction.)