processCommentString

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

commentToken

An Avail comment to be tokenized.

moduleName

The name of the module this comment appears in.

linkingFileMap

A map for all the files for Stacks

Throws