Class: SemanticInterpreter

SemanticInterpreter

new mmir.compat.v3.SemanticInterpreter()

Set to "backwards compatibility mode v3" (for pre version 4.0) for SemanticInterpreter (and GrammarConvert). Used by mmir.compat.v3.CoreCompat.
See:
Example
mmir.require(['mmirf/semanticInterpreterCompatibility', 'mmirf/semanticInterpreter', 'mmirf/grammarConverter'], function(setCompatibility, semanticInterpreter, GrammarConverter){
		setCompatibility(semanticInterpreter, GrammarConverter);
});