If statements implemented.
commitca844126c6837dc8c88ee466d0cfbd33f1a0f655
authorSteven Schronk <steven@schronk.com>
Fri, 19 Nov 2010 04:19:28 +0000 (18 22:19 -0600)
committerSteven Schronk <steven@schronk.com>
Fri, 19 Nov 2010 04:19:28 +0000 (18 22:19 -0600)
treef9bc3e2a408723eecc32c9d5236fd3255a0c40eb
parent92fe1456911a3e548d25bbae798b447f7bb96c71
If statements implemented.

All sample code now parses without error.

Function parse_term now captures all tokens in expression.

Several other functions modified to resolve this issue.
error.c
parse.c
token.c