#!/usr/bin/perl

use Pegex::Forth;

Pegex::Forth->run(@ARGV);
