The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Scheme::Parser - The Scheme token parser

SYNOPSIS

  use Scheme::Parser qw(parse);

  my @code = parse($tokens);

DESCRIPTION

The parser reads a list of tokens and turns it into a tree structure.

AUTHOR

Jeffrey Goff, drforr@hargray.com

SEE ALSO

Scheme, Scheme::Tokenizer, Scheme::Generator