Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 630 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 630 Bytes

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.)