资 源 简 介
A simple interpreter for loop programs. Might be useful if you are taking a computer science theory class (theory of computation) and studying primitive recursive functions. Or for fun.
To try out the interpreter: ./loopee.py sample_source.loop
To learn more about loop programs:
http://people.csail.mit.edu/meyer/meyer-ritchie.pdf
http://en.wikipedia.org/wiki/Primitiverecursivefunction