All Downloads are FREE. Search and download functionalities are using the official Maven repository.

simple2.simple2.properties Maven / Gradle / Ivy

# String properties used by the Simple2 interpreter
error.invalid_operator=Invalid operator. Expected one of the following: {0}but got "{1}".
error.negation_number_expected=Negate expected numeric value to process.
error.no_reduction=Invalid state, stack empty.
error.param_count=Wrong number of parameters, expected {0} but got {1}.
error.param_count_range=Wrong number of parameters, expected {0}..{1} but got {2}.
error.token_nan=Token is not a number: {0}
error.type_mismatch=Type mismatch error.
error.left_argument=left argument is not a {0}.
error.right_argument=right argument is not a {0}.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy