jamesladd / stc

stc
Other
3 stars 2 forks source link

Need additional trace output #8

Closed jamesladd closed 6 years ago

jamesladd commented 6 years ago

branch: jcl/add-more-trace-information

The visit trace statements are helpful but they need to output the line and column and some additional information. This will help people tracing the compiler and the compiler writer.

Trace now includes the line and column of the source and information on the current token being processed.

jamesladd commented 6 years ago

done