This is the port of Helvetia to Pharo 5 (with the permissions of Lukas Renggli and Oscar Nierstrasz)
Gofer it
url: 'http://smalltalkhub.com/mc/SergeStinckwich/Helvetia/main/';
package: 'ConfigurationOfHelvetia';
load.
ConfigurationOfHelvetia loadDevelopment.
"Tests are green, but in case you run into trouble:"
CHCompiler enable. "To handle image-wide parsing through Helvetia"
CHCompiler disable. "To switch back to OpalCompiler"