#!/usr/bin/env perl

use strict;
use Pegex::Forth;

Pegex::Forth->new(
    args => [@ARGV],
)->command;
