Last Updated:
4:51 AM 8/20/2008
Compiler News
Comment/String Marking Efficiency
I was in the process of converting from a format such as:
Function doComments(g() As core.group) As core.group()
into a more manageable design (the core.line datatype holds a sequence: start, number[ of elements]):
Function markComment(l As core.line) As Boolean
I was trying to figure out how I can integrate the newer format into the old method.