process Comment String
fun processCommentString(commentToken: A_Token, moduleName: String, linkingFileMap: LinkingFileMap): AvailComment?
Answer the AvailComment that comprise a Avail comment.
Return
A List of all tokenized words in the Avail comment.
Parameters
comment Token
An Avail comment to be tokenized.
module Name
The name of the module this comment appears in.
linking File Map
A map for all the files for Stacks
Throws
If scanning fails.