Skip to content

Instantly share code, notes, and snippets.

View mg6's full-sized avatar

Maciej Gamrat mg6

View GitHub Profile
@mg6
mg6 / wu.py
Last active August 29, 2015 14:17
W-machine interpreter written in Python
#!/usr/bin/env python3
#
# wu.py - W-machine interpreter written in Python
# Copyright (C) 2015 Maciej Gamrat <maciej@gamrat.it>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#