pharo: add skeleton

This commit is contained in:
2019-12-11 17:35:52 +01:00
parent 6cbb4e185e
commit a0d051b40f
12 changed files with 44 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
+1
View File
@@ -0,0 +1 @@
Im a simple Carp process.
@@ -0,0 +1,3 @@
initialization
initialize
proc := OSProcess command: 'carp'
@@ -0,0 +1,13 @@
{
"commentStamp" : "VeitHeller 12/11/2019 17:31",
"super" : "Object",
"category" : "Pond",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"proc"
],
"name" : "CarpProcess",
"type" : "normal"
}
@@ -0,0 +1 @@
Im Pond, an IDE for Carp.
@@ -0,0 +1,11 @@
{
"commentStamp" : "VeitHeller 12/11/2019 17:29",
"super" : "PackageManifest",
"category" : "Pond-Manifest",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "ManifestPond",
"type" : "normal"
}
@@ -0,0 +1,2 @@
SystemOrganization addCategory: #Pond!
SystemOrganization addCategory: #'Pond-Manifest'!
+1
View File
@@ -0,0 +1 @@
(name 'Pond')
+1
View File
@@ -0,0 +1 @@
{ }