localization library
Functions
-
expectAfterError(
String expectation, String after, String found) → String -
expectBeforeError(
String expectation, String before, String found) → String -
expectError(
String expectation, String found) → String -
identifierAlreadyDefinedError(
String identifier) → String -
importedPackageNotAvailableError(
String import) → String -
messageFromError(
PintoError error, String source) → String -
notAFunctionError(
String identifier) → String -
numberEndingWithSeparatorError(
) → String -
symbolNotInScopeError(
String symbol) → String -
typeParameterAlreadyDefinedError(
String typeParameter) → String -
unexpectedCharacterError(
String character) → String -
unterminatedStringError(
) → String -
wrongNumberOfArgumentsError(
int argumentsCount, int expectedArgumentsCount, String type) → String