Synopsis - Issue Tracker
Since symbol declaration is now in place
(roughly), I'm ready to work out a test
that will help us measure the progress in
the development of the actual symbol lookup.
I think the applet should parse an input file,
generating both a ptree as well as a symbol
table. Then a specialized visitor should run
over the ptree and look up each occurence of
an identifier that is not itself a declarator.
The generated output should show the qualified
name of all matched symbols, as well as failures
encountered during the parsing as well as the
lookup. The parser already stores syntax and
symbol lookup errors, so it should be possible
to generate output that allows us to unambiguously
determine whether the program does the right
thing.
Does this make sense to you ? |
|
| Date |
User |
Action |
Args |
| 2004-12-17 15:06:36 | stefan | set | messageid: <1103295994.18.0.970971128996.task31@synopsis.fresco.org> |
| 2004-12-17 15:06:36 | stefan | set | recipients:
+ stefan, volodya |
| 2004-12-17 15:06:36 | stefan | link | task31 messages |
| 2004-12-17 15:06:36 | stefan | create | |
|