Related articles |
---|
test expressions wanted dt93tn@resumix.portal.com (1993-10-19) |
Newsgroups: | comp.compilers |
From: | dt93tn@resumix.portal.com (Tore Nestenius) |
Keywords: | testing, question, comment |
Organization: | Resumix, Inc., Santa Clara, CA |
Date: | Tue, 19 Oct 1993 15:00:54 GMT |
I have just recently written a standard expression evaluator and i am
looking for any files with some sorts of `test` expressions and their
evaluated result, so i can verify that my evaluator is evaluating 100% in
all cases.
I don`t know how other people test their evalutors/compilers but i think
that there should some sort of a standard testfile. This testfile should
include lots of expressions that test all the different priority levels,
paranteses, operator association and so on.
[Most of us use parser generators so that we can be pretty confident that
if the expression code works at all, it's correct. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.