parser.winxed - A simple, minimial parser, which will serve as the basis of a minimal abstract syntax tree (AST) based expression evaluator.[*]
$ winxed parser.winxed
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]
[*] 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 (C) 2012, Alvis Yardley