Module comment

Module comment 

Source
Expand description

Parses comments and generates the reply.

Structs§

Commands
Comment
The primary abstraction. Construct -> Extract -> Calculate -> Get Reply
Status

Type Aliases§

CommentCalculated
Calculated Comment, contains the results along with how we go to them. Use get_reply.
CommentConstructed
Base Comment, contains the comment text, if it might have a calculation. Use extract.
CommentExtracted
Extracted Comment, contains the calculations to be done. Use calc.