Skip to content

Commit

Permalink
change in baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaudFondeur committed Jun 25, 2024
1 parent c418d1b commit 8515555
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions smalltalksrc/BaselineOfVMMaker/BaselineOfVMMaker.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ BaselineOfVMMaker >> baseline: spec [
package: 'Slang' with: [
spec requires: #( 'CAST' )
];
package: 'Slang-Tests' with: [
spec requires: #('Slang') ].

"Melchor is a VM-oriented Slang"
spec package: 'Melchor' with: [
spec requires: #('Slang' 'Slang-Tests') ].
package: 'Melchor' with: [
spec requires: #('Slang') ];

package: 'Slang-Tests' with: [
spec requires: #('Slang' 'Melchor') ].


"External Dependencies"
spec baseline: 'SmaCC-GLR' with: [
Expand Down

0 comments on commit 8515555

Please sign in to comment.