Implement support for associating input-port "position" with each
authorChris Hanson <org/chris-hanson/cph>
Mon, 19 Jan 2004 05:06:22 +0000 (05:06 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 19 Jan 2004 05:06:22 +0000 (05:06 +0000)
commit36b7e7011b6796e91ddb8bcda07ab235d374e775
treef9c48b168ffa32b3803fc73a06d4c502fcaee980
parent26516e83e51295c035c2edb3a01397c7b829db9d
Implement support for associating input-port "position" with each
pointer object in the output of the parser.  This is useful for
mapping s-expressions back to positions in the source code, for
example.  Also, rearrange the code a bit to make it clearer.
v7/src/runtime/parse.scm
v7/src/runtime/runtime.pkg