Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergestinckwich/helvetia
Lightweight approach to embed new languages into a host language
https://github.com/sergestinckwich/helvetia
dsl pharo smalltalk
Last synced: 12 days ago
JSON representation
Lightweight approach to embed new languages into a host language
- Host: GitHub
- URL: https://github.com/sergestinckwich/helvetia
- Owner: SergeStinckwich
- License: mit
- Created: 2016-11-21T15:24:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T11:36:03.000Z (over 7 years ago)
- Last Synced: 2024-10-10T13:25:28.021Z (29 days ago)
- Topics: dsl, pharo, smalltalk
- Homepage:
- Size: 15.6 KB
- Stars: 12
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Helvetia](http://scg.unibe.ch/download/helvetia/helvetia.png)
This is the port of [Helvetia](http://scg.unibe.ch/research/helvetia) to Pharo 5 (with the permissions of Lukas Renggli and [Oscar Nierstrasz](http://scg.unibe.ch/staff/oscar))
[![Build Status](https://travis-ci.org/UMMISCO/Helvetia.svg?branch=master)](https://travis-ci.org/UMMISCO/Helvetia)
[![Build status](https://ci.appveyor.com/api/projects/status/an669lqnnacp6y57?svg=true)](https://ci.appveyor.com/project/SergeStinckwich/helvetia)
[![Coverage Status](https://coveralls.io/repos/github/UMMISCO/Helvetia/badge.svg)](https://coveralls.io/github/UMMISCO/Helvetia)
```Smalltalk
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"
```