j-brant / SmaCC

MIT License
23 stars 15 forks source link

add a group to load the Source Editing #12

Closed badetitou closed 4 years ago

badetitou commented 4 years ago

fix #11

In case we need the source when we parse, we weed to load the package SmaCC_Source_Editing

I added in the baseline a group so we can load both a language parser and the source

example

spec
        baseline: 'SmaCC'
        with: [ spec
                loads: #('Java' 'withSource');
                repository: 'github://j-brant/SmaCC:master/src' ].