Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 714 Bytes

README.pod

File metadata and controls

34 lines (20 loc) · 714 Bytes

NAME

parser.winxed - A simple, minimial parser, which will serve as the basis of a minimal abstract syntax tree (AST) based expression evaluator.[*]

SYNOPSIS

    $ winxed parser.winxed

DESCRIPTION

This is a winxed implementation of a simple, minimal parser with which to build a simple, minimal abstract syntax tree (AST) based expression evaluator.[1]

NOTES

[*] This example implementation is, at present, very incomplete.

[1] The purpose of this program is to serve as something of a tutorial on how to write a simple, minimal AST-based expression evaluator in the Winxed programming language.

COPYRIGHT

Copyright (C) 2012, Alvis Yardley