| @@ -20,7 +20,7 @@ with | |||||
| - an integer `z`. | - an integer `z`. | ||||
| */ | */ | ||||
| /*- Header */ | |||||
| /*!- Header */ | |||||
| package interpreter; | package interpreter; | ||||
| import expression.*; | import expression.*; | ||||
| @@ -5,7 +5,7 @@ InterpreterException | |||||
| ==================== | ==================== | ||||
| */ | */ | ||||
| /*- Header */ | |||||
| /*!- Header */ | |||||
| package interpreter; | package interpreter; | ||||
| /*! The `InterpreterException` is raised if anything goes wrong during the evaluation of an `Expression` or | /*! The `InterpreterException` is raised if anything goes wrong during the evaluation of an `Expression` or | ||||
| @@ -12,7 +12,7 @@ and in Java this is typically implemented using the | |||||
| [Visitor Pattern](https://en.wikipedia.org/wiki/Visitor_pattern). | [Visitor Pattern](https://en.wikipedia.org/wiki/Visitor_pattern). | ||||
| */ | */ | ||||
| /*- Header */ | |||||
| /*!- Header */ | |||||
| package interpreter; | package interpreter; | ||||
| @@ -5,7 +5,7 @@ SyntaxException | |||||
| =============== | =============== | ||||
| */ | */ | ||||
| /*- Header */ | |||||
| /*!- Header */ | |||||
| package parser; | package parser; | ||||
| /*! A `SyntaxException` is raised by the function in the `Parser` if an expected was not found at the current | /*! A `SyntaxException` is raised by the function in the `Parser` if an expected was not found at the current | ||||