GitXplorerGitXplorer
s

urm-evaluator

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
44825921963440f6e34bb89d6cf2d4c7cc730960

Make register inputs use HTML5 number type; add byline

ssmcgivern committed 13 years ago
Unverified
79848a5d48959da0c5c58d63564cf1036fa5e515

Remove references to global CSS file

ssmcgivern committed 13 years ago
Unverified
3b404f0c57ad3717c44f6d551de51def2330a71f

Fixed tests for transfer function

ssmcgivern committed 14 years ago
Unverified
af2ca100a8566c47cd99ae2ab586be79b700292f

Fixed transfer function, removed name argument from replaceIndex

ssmcgivern committed 14 years ago
Unverified
35e0c1c227418d8b355766bb2b3cd0832298fcca

Fixed transfer instructions in multiplication (were back-to-front)

ssmcgivern committed 14 years ago
Unverified
b05ce3b1d10389e281b7a71ec44c8b8452db87cc

Fixed output for subtraction sample program

ssmcgivern committed 14 years ago

README

The README file for this repository.

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