GitXplorerGitXplorer
s

urm-evaluator

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
4e8494b1c1a5691a3d3b0ba7ddf3bb837798bda5

Remove appcache

ssmcgivern committed 3 years ago
Unverified
6373727809c9ace29d7f2047ebb698930d9815cb

New 2x app icon

ssmcgivern committed 13 years ago
Unverified
8fad1f5b67f2b3df266db9ab352d8e0f9564b8e3

Added noscript tag

ssmcgivern committed 13 years ago
Unverified
b63bf2be33a718d5cc66927bfa925137862ea512

Added HTML5 manifest

ssmcgivern committed 13 years ago
Unverified
d391b4617dee4da2c18cd8f63ee6939d296e5e9e

Added app icon

ssmcgivern committed 13 years ago
Unverified
c792c53422dc5a61cbc8fef1d14a1cced8b992c2

Added about page and README file

ssmcgivern committed 13 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.)