Implement SGLR config strategies for backward compatibility
In libraries/sglr/lib/stratego/sglr/config.str there are some strategies that have not yet been implemented and make the strategoxt java bootstrap fail.
For what I can see at the moment, these strategies are necessary:
* STRSGLR_set_default_config
* STRSGLR_set_ambiguity_error_on
* STRSGLR_set_ambiguity_error_off
* STRSGLR_get_ambiguity_error
* STRSGLR_set_filtering_on
* STRSGLR_set_filtering_off
* STRSGLR_set_recovery_on
* STRSGLR_set_recovery_off
* STRSGLR_get_recovery
* STRSGLR_set_asfix2_format
* STRSGLR_set_asfix2me_formatThese might not be needed:
Submitted by Rob Vermaas on 28 February 2011 at 16:59
* STRSGLR_set_log_stream
* STRSGLR_set_log_statistics_on
* STRSGLR_set_log_statistics_off
* STRSGLR_get_log_statistics