Updated some links in the READEME
caml-urm
A OCaml module for manipulating unlimited register machines
Tweaked the links in the documentation
Added examples to the manpage
Updated the example
Increased the default number of maximum itarations
Added a check for directories in the FILE command-line argument
Cleaned the code a bit
Changed the command line paramenters
Added the camlp-streams package to the list of dependencies
Fixed a typo
Updated the README
Removed unnecessary whitespace
Fixed some typos in the documentation
Added a manpage to the repo
Added the P instruction to the machine architecture
Compressed two lines of code
Replaced nested expressions with the |> operator
Changed the usage string
Added support for integers separated by multiple spaces in REGISTERS command-line argument
Added some comments to main.ml
Added a folder with examples
Created a binary interpreter
Fixed a bug in the parsing
Created a .gitignore
Fixed a bunch of bugs
Fixed minor typos in the parsing function
Fixed a typo in the README
Fixed a typo in the docs
Minor change to the Makefile
Updated the README
Added functionality to parse programs from a string
Removed type annotations from the implementation
Added licensing information
Added a README
Initial commit