caml-urm

A OCaml module for manipulating unlimited register machines

b6d10ebc — Pablo

Updated some links in the READEME

849bb036 — Pablo

Tweaked the links in the documentation

a5966b2b — Pablo

Added examples to the manpage

3ab7b22b — Pablo

Updated the example

898227ee — Pablo

Increased the default number of maximum itarations

bec5a042 — Pablo

Added a check for directories in the FILE command-line argument

f6739a32 — Pablo

Cleaned the code a bit

4da5a6d6 — Pablo

Changed the command line paramenters

47dc65a8 — Pablo

Added the camlp-streams package to the list of dependencies

49f02307 — Pablo

Fixed a typo

40f82c5b — Pablo

Updated the README

aa3dbde9 — Pablo

Removed unnecessary whitespace

ad9425a4 — Pablo

Fixed some typos in the documentation

7c24b096 — Pablo

Added a manpage to the repo

baf83aba — Pablo

Added the P instruction to the machine architecture

1bbe5369 — Pablo

Compressed two lines of code

be2c5ab3 — Pablo

Replaced nested expressions with the |> operator

7dd0c20f — Pablo

Changed the usage string

fb90b46d — Pablo

Added support for integers separated by multiple spaces in REGISTERS command-line argument

f741008c — Pablo

Added some comments to main.ml

0f11b3ed — Pablo

Added a folder with examples

7784b59e — Pablo

Created a binary interpreter

c880518b — Pablo

Fixed a bug in the parsing

71d63f0f — Pablo

Created a .gitignore

be8f1b0d — Pablo

Fixed a bunch of bugs

accf21fd — Pablo

Fixed minor typos in the parsing function

f79f045a — Pablo

Fixed a typo in the README

a48d8044 — Pablo

Fixed a typo in the docs

4ede8b63 — Pablo

Minor change to the Makefile

cd1104db — Pablo

Updated the README

5179b2ff — Pablo

Added functionality to parse programs from a string

09576bc7 — Pablo

Removed type annotations from the implementation

923bc9ff — Pablo

Added licensing information

afa61f39 — Pablo

Added a README

0d4597ae — Pablo

Initial commit