Skip to content

Commit

Permalink
refine the script
Browse files Browse the repository at this point in the history
  • Loading branch information
girba committed Jan 30, 2022
1 parent 7b8b0f3 commit 8ec175d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lepiter/seii8ix6z23dul229kr77t1u.lepiter
Original file line number Diff line number Diff line change
Expand Up @@ -435,14 +435,14 @@
"__type" : "time",
"time" : {
"__type" : "dateAndTime",
"dateAndTimeString" : "2022-01-30T12:56:32.990122+01:00"
"dateAndTimeString" : "2022-01-30T13:05:40.699709+01:00"
}
},
"uid" : {
"__type" : "uid",
"uidString" : "HrEXOZuSDQCxgvENDadTDQ=="
},
"code" : "result := parser parse: biotaSt contents.\r(result first first: 2) , (result first last: 3) collect: [ :each | \r\tSmalltalk compiler evaluate:\r\t\t(each , ' package: ''BiotaOld''' copyReplaceAll: '#' with: '#Bio') ].\rresult second do: [ :each | \r\t| theClass |\r\ttheClass := Smalltalk compiler evaluate: 'Bio', each first.\r\teach second do: [ :methodSource | theClass compile: methodSource ] ]"
"code" : "result := parser parse: biotaSt contents.\r(result first first: 2) , (result first last: 3) collect: [ :each | \r\tSmalltalk compiler evaluate:\r\t\t(each , ' package: ''Biota''' \"copyReplaceAll: '#' with: '#Bio'\") ].\rresult second do: [ :each | \r\t| theClass |\r\ttheClass := Smalltalk compiler evaluate: \"'Bio',\" each first.\r\teach second do: [ :methodSource | theClass compile: methodSource ] ]"
},
{
"__type" : "textSnippet",
Expand Down

0 comments on commit 8ec175d

Please sign in to comment.