|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Go to the source code of this file.
Classes | |
| class | Mercury.AnalyserResult< T, TResult > |
| Holds the result of analysis. The fields hold information according to the following table: More... | |
Namespaces | |
| package | Mercury |
Enumerations | |
| enum | Mercury.AnalyserStatus { Mercury.AnalyserStatus.Success, Mercury.AnalyserStatus.TokenizerFail, Mercury.AnalyserStatus.ScannerFail, Mercury.AnalyserStatus.ParserFail, Mercury.AnalyserStatus.InterpreterFail, Mercury.AnalyserStatus.Undefined } |
| The status of analysis. If failed, see FailReason More... | |
| enum | Mercury.FailReason { Mercury.FailReason.None, Mercury.FailReason.Exception, Mercury.FailReason.NoResult } |
| Specifies the reason of analysis failure More... | |
1.8.7