Add some more language link code

This commit is contained in:
2022-06-10 18:33:47 +02:00
parent f9d386c251
commit 1db1b01b2a
14 changed files with 469 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
Class {
#name : #CarpCommandFactory,
#superclass : #LanguageLinkCommandFactory,
#category : #'Carp-Execution'
}