Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View 9re's full-sized avatar

Taro Kobayashi 9re

View GitHub Profile
#!/usr/bin/env perl
use strict;
use warnings;
use Pod::Usage;
use Getopt::Long;
use Encode;
GetOptions(
\my %option,
%!PS-Adobe-3.0
% Brainfuck Implementation in PostScript
% Author : Kazuhiko Sakaguchi (pi8027)
% Date : 2010-07-14
/initArray {
/size exch def
/arr size array def
0 1 size 1 sub {