A Famix meta-model to represent HTML files.
Metacello new
githubUser: 'Evref-BL' project: 'Famix-Html' commitish: 'main' path: 'src';
baseline: 'FamixHtml';
loadimporter := FamixHtmlImporter new.
importer model: FamixHtmlModel new.
importer importString: '<h1>
<button class="Hello">
hello
</button>
</h1>'.
importer model