Autrijus Tang schrieb:

If the goal is to demonstrate the capability of the upcoming expression
parser and minimal AST, I think "bc", the arbitrary precision calculator
language, is a good candidate.
Indeed it is. The nice thing about 'bc' is that is fairly simple, but still has variables and subroutines. It might also be a neat test case for a future BigNum PMC, as the specs that it must support multi precission decimal coded numbers.

For my humble efforts, I'm just trying to make the step from evaluationg '1+1' to evaluating '1+1+1'.

Anybody knows about a bc test suite?

CU, Bernhard

Reply via email to