Initial release. master
authorRob Myers <rob@robmyers.org>
Wed, 24 Dec 2014 00:27:30 +0000 (16:27 -0800)
committerRob Myers <rob@robmyers.org>
Wed, 24 Dec 2014 00:27:30 +0000 (16:27 -0800)
commit641d8745839b9bd9559b1d767d1e351987b7905d
tree606cd06d1dfcc84dc7b6020a1493e1bbadcb4412
Initial release.
19 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0755]
README [new file with mode: 0644]
bin/dcc [new file with mode: 0644]
bin/dcrun [new file with mode: 0644]
bin/dcsend [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/dogecode-whitepaper.html [new file with mode: 0644]
doc/dogecode-whitepaper.markdown [new file with mode: 0644]
doc/dogecode-whitepaper.pdf [new file with mode: 0644]
dogecode/Python-Brainfuck-README [new file with mode: 0644]
dogecode/__init__.py [new file with mode: 0644]
dogecode/brainfuck.py [new file with mode: 0644]
dogecode/compare.py [new file with mode: 0644]
dogecode/getch.py [new file with mode: 0644]
dogecode/network.py [new file with mode: 0644]
dogecode/translation.py [new file with mode: 0644]
dogecode/translation_tests.py [new file with mode: 0644]
setup.py [new file with mode: 0644]