NAME
Pegex::Forth - Forth Interpreter with a Pegex Compiler
SYNOPSIS
> echo '3 4 + .' | pegex-forth # 7
DESCRIPTION
Pegex::Forth is a Forth interpreter engine that uses Pegex to drive it.
SEE ALSO
AUTHOR
Ingy döt Net <ingy@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2014. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.