mechaniputer / libreDSSP

A GPL Licensed DSSP Interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiline comments and function definitions not supported

mechaniputer opened this issue · comments

Multiline comments and function definitions not supported. To fix this, defer evaluating command stack until after the necessary terminating character is found in a future line. The prompt style should change to a '?' as well.

Fixed. Parser needs rewritten but this is solved for now.