├── .editorconfig ├── .github └── workflows │ └── build.yml ├── .gitignore ├── .squot ├── .vscode └── settings.json ├── BasicClasses ├── BasicClasses.tex ├── LeftOver.tex ├── figures │ ├── BooleanHierarchy.graffle │ ├── BooleanHierarchy.png │ ├── NumberHierarchy.graffle │ ├── NumberHierarchy.png │ ├── StringHierarchy.graffle │ └── StringHierarchy.png └── makeTests.command ├── Bibliography ├── .gitignore ├── Anleitung_Bibtex_2010.pdf ├── GIT-README.txt ├── LatexTemplates │ ├── README.txt │ ├── llncs.cls │ ├── scg-llncs.tex │ ├── st80.tex │ └── st80demo.tex ├── Makefile ├── README.md ├── README_old.txt ├── TODO.txt ├── __HOWTO.txt ├── cmd │ ├── bibsort │ ├── rm8bit │ └── testbib.rb ├── linkdoc │ ├── urlfail.html │ ├── urlfail.txt │ ├── urlhost.html │ ├── urlhost.txt │ ├── urlindex.html │ ├── urlindex.txt │ ├── urllog.txt │ ├── urlmoved.html │ ├── urlmoved.txt │ ├── urlok.html │ ├── urlok.txt │ ├── urlskip.html │ ├── urlskip.txt │ ├── urlsum.txt │ ├── urlwarn.html │ ├── urlwarn.txt │ ├── urlwarnX.html │ └── urlwarnX.txt ├── make.command ├── rubylib │ ├── README.txt │ ├── racc │ │ └── parser.rb │ ├── rbibtex.rb │ └── rbibtex │ │ └── rbibtex.tab.rb ├── scg.bib ├── scgbib-entry-TEMPLATE.txt └── sort.command ├── Collections ├── Collections.tex └── figures │ ├── CollectionHierarchy.png │ ├── CollectionHierarchy.svg │ └── CollectionHierarchy.vdx ├── Contributors └── Contributors.tex ├── Environment ├── Environment.tex ├── figures │ └── HaloOnPluggableList.png └── package-cache │ ├── SBE-apb.1.mcz │ └── SBE-apb.2.mcz ├── FAQ ├── FAQ.tex └── newFAQs.txt ├── FirstApp ├── FirstApp.tex ├── FirstApp.top ├── README.txt └── SBE-Quinto.st ├── LICENSE.txt ├── Makefile ├── Messages ├── DeeperIssues.tex ├── Messages.tex └── figures │ ├── message.graffle │ ├── message.png │ ├── uKeyBin.graffle │ ├── uKeyBin.png │ ├── uKeyBinPar.graffle │ ├── uKeyBinPar.png │ ├── uKeyUn.graffle │ ├── uKeyUn.png │ ├── uKeyUnBinPar.graffle │ ├── uKeyUnBinPar.png │ ├── uKeyUnOne.graffle │ ├── uKeyUnOne.png │ ├── ucompoNoBracketPar.graffle │ ├── ucompoNoBracketPar.png │ ├── ucompoNumberBracket.graffle │ ├── ucompoNumberBracket.png │ ├── ucompoUn.graffle │ ├── ucompoUn.png │ ├── uunKeyBin.graffle │ ├── uunKeyBin.png │ ├── uunKeyBinPar.graffle │ └── uunKeyBinPar.png ├── Metaclasses ├── Metaclasses.tex └── figures │ ├── TranslucentBehavior.graffle │ ├── TranslucentBehavior.png │ ├── TranslucentClassMessage.graffle │ ├── TranslucentClassMessage.png │ ├── TranslucentColorBlue.graffle │ ├── TranslucentColorBlue.png │ ├── TranslucentMetaclassClass.graffle │ ├── TranslucentMetaclassClass.png │ ├── TranslucentMetaclassClassClass.graffle │ ├── TranslucentMetaclassClassClass.png │ ├── TranslucentMetaclassHierarchy.graffle │ ├── TranslucentMetaclassHierarchy.png │ ├── TranslucentMetaclasses.graffle │ ├── TranslucentMetaclasses.png │ ├── TranslucentSendingNew.graffle │ └── TranslucentSendingNew.png ├── Model ├── DateExample.tex ├── Model.tex └── figures │ ├── Color-Buttons.pdf │ ├── Color-Buttons.svg │ ├── Color-Buttons.vdx │ ├── fooNotFound.pdf │ ├── fooNotFound.svg │ ├── fooNotFound.vdx │ ├── fooNotFound.vsdx │ ├── initStringLookup.pdf │ ├── initStringLookup.svg │ ├── initStringLookup.vdx │ ├── openInWorldLookup.graffle │ ├── openInWorldLookup.png │ ├── privateSharedVarColor.graffle │ └── privateSharedVarColor.png ├── Morphic ├── ECOOP Squeak Tutorial Worksheet 2.url ├── Morphic.tex ├── article9-LM90-v3.pdf ├── examples │ ├── DiceMorph.st │ ├── LabelstickerMorph.st │ ├── PyramidMorph.st │ ├── ReadMe.txt │ ├── SBE-Morphic-apb.1.mcz │ ├── SBECrossMorph.st │ └── SBEDieMorph.st └── figures │ ├── labeler.png │ └── pyramid.png ├── Preface └── Preface.tex ├── QuickTour ├── MoreWorkspace.tex ├── QuickTour.tex └── figures │ ├── DownloadedChangesFile.png │ ├── DownloadedImageFile.png │ ├── DownloadedVM.png │ ├── cloverleafKey.png │ └── coloredMouse.jpg ├── README.md ├── SBE-Extract.smalltalk.ston ├── SBE-TO-DO.txt ├── SBE-Testing.smalltalk.ston ├── SBE-Tests.smalltalk.ston ├── SBE-debug.tex ├── SBE.tex ├── SUnit ├── IEEEtranS.bst ├── SUnit.tex ├── SUnitExplained.zip ├── figures │ ├── sunit-classes.pdf │ ├── sunit-classes.svg │ ├── sunit-classes.vdx │ ├── sunit-scenario.graffle │ └── sunit-scenario.png └── web.sty ├── SmalltalkInTex.sty ├── SmalltalkSources ├── .filetree ├── BaselineOfSBE.package │ ├── .filetree │ ├── .squot-contents │ ├── BaselineOfSBE.class │ │ ├── README.md │ │ ├── instance │ │ │ └── baseline..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ └── initializers.st │ └── properties.json ├── SBE-Environment.package │ ├── .filetree │ ├── .squot-contents │ ├── String.extension │ │ ├── instance │ │ │ └── suffix.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── StringTest.extension │ │ ├── instance │ │ │ ├── testSuffixFound.st │ │ │ └── testSuffixNotFound.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ └── initializers.st │ └── properties.json ├── SBE-Extract.package │ ├── .filetree │ ├── .squot-contents │ ├── AppRegistry.extension │ │ ├── class │ │ │ └── setDefault.during..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── BlockClosure.extension │ │ ├── instance │ │ │ └── value.cull..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Browser.extension │ │ ├── instance │ │ │ └── sbeDefaultExtent.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── ChangeSet.extension │ │ ├── class │ │ │ ├── newChanges.during..st │ │ │ └── newChangesNamed.during..st │ │ ├── instance │ │ │ ├── destroy.st │ │ │ └── useName.during..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── ChangeSorter.extension │ │ ├── instance │ │ │ └── sbeDefaultExtent.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Class.extension │ │ ├── instance │ │ │ └── subclass.category..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Compiler.extension │ │ ├── instance │ │ │ └── evaluateWithTempNames..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Context.extension │ │ ├── class │ │ │ └── contextWrap..st │ │ ├── instance │ │ │ ├── findCalleeOf..st │ │ │ ├── preponeSender..st │ │ │ ├── preponeSender.st │ │ │ ├── removeSender..st │ │ │ ├── tempNamed..st │ │ │ └── wrap..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Debugger.extension │ │ ├── instance │ │ │ └── sbeDefaultExtent.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── DebuggerMethodMap.extension │ │ ├── instance │ │ │ ├── tempIndexFor.in.ifAbsent..st │ │ │ └── tempNamed.in..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── DialogWindow.extension │ │ ├── instance │ │ │ └── selection.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── DisplayScreen.extension │ │ ├── instance │ │ │ └── sbeUiScaleFactor.during..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── DualChangeSorter.extension │ │ ├── instance │ │ │ └── sbeDefaultExtent.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── FileSystem.extension │ │ ├── instance │ │ │ └── changeDirectory.during..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── HaloMorph.extension │ │ ├── instance │ │ │ └── handles.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── HandMorph.extension │ │ ├── instance │ │ │ └── fullTopLeft.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── IndentingListItemMorph.extension │ │ ├── instance │ │ │ ├── openPathMatching..st │ │ │ └── openPathWhere..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Inspector.extension │ │ ├── instance │ │ │ └── sbeDefaultExtent.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Interval.extension │ │ ├── instance │ │ │ └── rect..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── MCCacheRepository.extension │ │ ├── class │ │ │ └── setDefault.during..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── MCPackageManager.extension │ │ ├── instance │ │ │ └── silentlyModified..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── MCTool.extension │ │ ├── instance │ │ │ └── answer..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── MCVersionNameAndMessageRequest.extension │ │ ├── instance │ │ │ ├── resumeExcluding..st │ │ │ ├── resumeMessage..st │ │ │ ├── resumeMessage.excluding..st │ │ │ └── resumeName.message.excluding..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── MenuMorph.extension │ │ ├── instance │ │ │ └── selection.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── MessageNames.extension │ │ ├── instance │ │ │ └── sbeDefaultExtent.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── MessageSend.extension │ │ ├── instance │ │ │ └── value.cull..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Model.extension │ │ ├── class │ │ │ ├── sbeBasicUseColorfulWindows..st │ │ │ └── sbeBasicUseColorfulWindows.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Morph.extension │ │ ├── instance │ │ │ ├── forgetSubmorphs.during..st │ │ │ ├── openCenteredInWorld.st │ │ │ └── wantsAdhereToEdge.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── MorphicProject.extension │ │ ├── instance │ │ │ └── spawnNewProcessDuring..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Object.extension │ │ ├── instance │ │ │ └── pointsTransform..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── ObjectExplorer.extension │ │ ├── instance │ │ │ └── sbeDefaultExtent.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── PackageInfo.extension │ │ ├── instance │ │ │ └── suite.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── PluggableTreeMorph.extension │ │ ├── instance │ │ │ └── selection.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Preferences.extension │ │ ├── class │ │ │ ├── setPreferences..st │ │ │ └── setPreferences.during..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Process.extension │ │ ├── instance │ │ │ ├── activeError.st │ │ │ ├── copyEnvironmentFrom..st │ │ │ └── environmentDictionary.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── ProcessBrowser.extension │ │ ├── instance │ │ │ └── sbeDefaultExtent.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RealEstateAgent.extension │ │ ├── class │ │ │ └── maximumUsableAreaInWorld..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Rectangle.extension │ │ ├── instance │ │ │ ├── ^at.star.st │ │ │ ├── ^star.st │ │ │ ├── pointAtFraction..st │ │ │ └── pointsTransform..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxMatcher.extension │ │ ├── instance │ │ │ ├── subexpressions.st │ │ │ ├── submatchesIn..st │ │ │ └── submatchesOnStream.do..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEBalloonMorph.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── popUpAt.orientation..st │ │ │ └── popUpTaillessAt..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEDebuggingScreenshotRecorder.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── doesNotUnderstand..st │ │ │ ├── isDebugging.st │ │ │ ├── openScene..st │ │ │ └── writeScene.to..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEFigureBuilder.class │ │ ├── README.md │ │ ├── class │ │ │ ├── buildAllLocalFigures.st │ │ │ ├── buildAllTexFigures.st │ │ │ ├── buildFiguresWith..st │ │ │ ├── buildTexFiguresFrom..st │ │ │ ├── fileReference..st │ │ │ ├── fileReference.st │ │ │ ├── generateBuilderFor.withScripts..st │ │ │ └── isAbstract.st │ │ ├── instance │ │ │ ├── defaultTimeout.st │ │ │ ├── performTest.st │ │ │ └── targetDirectory.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEFormScene.class │ │ ├── README.md │ │ ├── instance │ │ │ └── buildWith..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEHandMorph.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── activateWithEvent.during..st │ │ │ ├── dequeueEvent.st │ │ │ ├── hasQueuedEvents.st │ │ │ ├── initialize.st │ │ │ ├── owner..st │ │ │ ├── processEvent.in..st │ │ │ ├── processEvents.st │ │ │ ├── processNewEvent..st │ │ │ ├── queueEvent..st │ │ │ └── sendFocusEvent.to.clear..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEScreenshotRecorder.class │ │ ├── README.md │ │ ├── class │ │ │ ├── buildingSelectorPattern.st │ │ │ ├── debugging.st │ │ │ ├── doesNotUnderstand..st │ │ │ ├── newAtDirectory..st │ │ │ ├── record..st │ │ │ ├── recordSeries..st │ │ │ └── writeInto.recordSeries..st │ │ ├── instance │ │ │ ├── debugging.st │ │ │ ├── defaultFileDirectory.st │ │ │ ├── fileDirectory..st │ │ │ ├── fileDirectory.st │ │ │ ├── paperColor.st │ │ │ ├── record..st │ │ │ ├── setFileDirectoryFrom..st │ │ │ ├── setUpWorld.st │ │ │ ├── tearDownWorld.st │ │ │ ├── useHelper.during..st │ │ │ ├── worldSize.st │ │ │ ├── writeScene.to..st │ │ │ ├── writeTo..st │ │ │ ├── writeTo.building..st │ │ │ ├── writeTo.buildingForm..st │ │ │ └── writeTo.frame.building..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEScreenshotScene.class │ │ ├── README.md │ │ ├── class │ │ │ ├── building..st │ │ │ └── frame.building..st │ │ ├── instance │ │ │ ├── basicBuildWith..st │ │ │ ├── buildWith..st │ │ │ ├── cutFrame.fullFrame..st │ │ │ ├── frameSpecifier..st │ │ │ ├── frameSpecifier.st │ │ │ ├── initializeBuildBlock..st │ │ │ ├── open.st │ │ │ ├── picture..st │ │ │ ├── picture.st │ │ │ └── saveAs..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEScriptBuilder.class │ │ ├── README.md │ │ ├── class │ │ │ ├── allTestSelectors.st │ │ │ ├── buildSuiteFromClasses..st │ │ │ ├── builderMethodCategory.st │ │ │ ├── builderSystemCategory.st │ │ │ ├── collectScriptsFromFile..st │ │ │ ├── collectScriptsFromStream..st │ │ │ ├── compileScript..st │ │ │ ├── compileScripts..st │ │ │ ├── generateBuilderFor.withScripts..st │ │ │ ├── generateBuildersIn..st │ │ │ ├── getTexFilesIn..st │ │ │ ├── isAbstract.st │ │ │ ├── nameForBuilderScript..st │ │ │ ├── nameForBuilderWith..st │ │ │ ├── okToGenerate.st │ │ │ ├── resourceDirectory..st │ │ │ ├── resourceDirectory.st │ │ │ ├── runSuite..st │ │ │ ├── scaleFactor..st │ │ │ ├── scaleFactor.st │ │ │ ├── totalSuite.st │ │ │ ├── uniqueNameBy.lest..st │ │ │ ├── uniqueNameFrom.lest..st │ │ │ └── uniqueNameFrom.orNumberedNameBy.lest..st │ │ ├── instance │ │ │ ├── executeSafely..st │ │ │ └── performTest.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBESqueaksource.class │ │ ├── README.md │ │ ├── class │ │ │ ├── extractToRepository..st │ │ │ ├── extractToRepository.message..st │ │ │ ├── extractToRepositorySBE60.st │ │ │ ├── knownIssues.st │ │ │ └── packageNames.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEWorldHelper.class │ │ ├── README.md │ │ ├── class │ │ │ ├── scaleFactor.st │ │ │ ├── useScaleFactor.during..st │ │ │ └── useScaleFactorDuring..st │ │ ├── instance │ │ │ ├── adjustMorphsAreaOf..st │ │ │ ├── assureScreenshot.st │ │ │ ├── authorInitials.st │ │ │ ├── beActiveDuring..st │ │ │ ├── boundsOfItemMatching.in..st │ │ │ ├── boundsOfItemThat.in..st │ │ │ ├── buttonLabeled.in..st │ │ │ ├── centerAllMorphs.st │ │ │ ├── centerMorphs..st │ │ │ ├── click..st │ │ │ ├── click.at.buttons..st │ │ │ ├── click.buttons..st │ │ │ ├── closeBalloons.st │ │ │ ├── codePaneOfBrowser..st │ │ │ ├── cutFrame..st │ │ │ ├── dialogWindow.st │ │ │ ├── displayForegroundWindowFocused.st │ │ │ ├── doubleClick..st │ │ │ ├── doubleClick.buttons..st │ │ │ ├── emptyClass.during..st │ │ │ ├── emptyOrganizer.atCategory.during..st │ │ │ ├── focus..st │ │ │ ├── foregroundMorph.st │ │ │ ├── foregroundWindow.st │ │ │ ├── forgetSymbol.during..st │ │ │ ├── generateKeyEvent.character.buttons.position..st │ │ │ ├── generateMouseEvent.at.buttons.start..st │ │ │ ├── haloHandleFormFor..st │ │ │ ├── hand.st │ │ │ ├── hideProgressMorph.st │ │ │ ├── hideProgressMorphDuring..st │ │ │ ├── keyPress.key..st │ │ │ ├── keyPress.key.modifiers..st │ │ │ ├── keyRelease.key..st │ │ │ ├── keyRelease.key.modifiers..st │ │ │ ├── keyStroke.key..st │ │ │ ├── keyStroke.key.modifiers..st │ │ │ ├── listMorphIncludingMatch.in..st │ │ │ ├── listMorphIncludingThat.in..st │ │ │ ├── listOrTreeIncludingMatch.in..st │ │ │ ├── listOrTreeIncludingThat.in..st │ │ │ ├── mapButton..st │ │ │ ├── mapButtons..st │ │ │ ├── mcAssureCachedPackages..st │ │ │ ├── mcCachePackages.during..st │ │ │ ├── mcIgnoreAllModificationsBut.during..st │ │ │ ├── mcIgnoreAllModificationsDuring..st │ │ │ ├── menu.st │ │ │ ├── menuItemMorphLabeled.in..st │ │ │ ├── morphByExternalName.in..st │ │ │ ├── morphOfClass.in..st │ │ │ ├── morphWithBalloonText.in..st │ │ │ ├── morphsArea.st │ │ │ ├── morphsAreaOf..st │ │ │ ├── mouseDrag.from.to.buttons..st │ │ │ ├── mouseEnter..st │ │ │ ├── mouseEnter.at..st │ │ │ ├── mouseEnterDragging..st │ │ │ ├── mouseLeave..st │ │ │ ├── mouseLeaveDragging..st │ │ │ ├── mouseMoveTo.buttons.in..st │ │ │ ├── mouseOpenHaloFor..st │ │ │ ├── mousePress.at.buttons..st │ │ │ ├── mousePress.buttons..st │ │ │ ├── mouseRelease.at.buttons..st │ │ │ ├── mouseRelease.buttons..st │ │ │ ├── mouseWheel.direction..st │ │ │ ├── okToAdjustMorphsAreaOf..st │ │ │ ├── preferenceButtonMorphLabeled.in..st │ │ │ ├── prepareForScreenshotOfAll..st │ │ │ ├── recordScene.during..st │ │ │ ├── resourceDirectory.st │ │ │ ├── restoreMethods.after..st │ │ │ ├── runModal..st │ │ │ ├── runModal.then..st │ │ │ ├── scaleWindow..st │ │ │ ├── scaleWindow.extent..st │ │ │ ├── scrollSelectionsIntoView..st │ │ │ ├── select.at..st │ │ │ ├── select.at.andScrollIntoViewBy..st │ │ │ ├── select.where..st │ │ │ ├── selectAnyListIn.at..st │ │ │ ├── selectAnyListIn.at.andScrollIntoViewBy..st │ │ │ ├── selectAnyListOrTreeIn.at.andScrollIntoViewBy..st │ │ │ ├── setUp.st │ │ │ ├── simulateKeyEvent.key.buttons.morph..st │ │ │ ├── simulateMouseEvent..st │ │ │ ├── simulateMouseEvent.at.buttons.start..st │ │ │ ├── simulateMouseEvent.at.buttons.start.morph..st │ │ │ ├── spawnBalloon.st │ │ │ ├── spawnHand.st │ │ │ ├── spawnMorph..st │ │ │ ├── takeScreenshot.st │ │ │ ├── takeScreenshotOf..st │ │ │ ├── takeScreenshotOfAll..st │ │ │ ├── tearDown.st │ │ │ ├── textMorphIn.withTextMatching..st │ │ │ ├── touchMethod..st │ │ │ ├── touchMethods..st │ │ │ ├── type.into..st │ │ │ ├── useScaleFactorDuring..st │ │ │ ├── useScreenshotPreferencesDuring..st │ │ │ ├── useScreenshotSettingsDuring..st │ │ │ ├── useTemporaryChangeSetDuring..st │ │ │ ├── useWorldAndHandDuring..st │ │ │ ├── windowLabeled..st │ │ │ ├── world.st │ │ │ ├── worldColor..st │ │ │ ├── worldColor.st │ │ │ ├── worldSize..st │ │ │ └── worldSize.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── String.extension │ │ ├── instance │ │ │ └── matches..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── Symbol.extension │ │ ├── instance │ │ │ └── matches..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SystemWindow.extension │ │ ├── class │ │ │ ├── sbeBasicRoundedWindowCorners..st │ │ │ └── sbeBasicRoundedWindowCorners.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── TestRunner.extension │ │ ├── instance │ │ │ └── sbeDefaultExtent.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ └── initializers.st │ └── properties.json ├── SBE-Monticello.package │ ├── .filetree │ ├── .squot-contents │ ├── Object.extension │ │ ├── instance │ │ │ └── exampleMethod.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEBetterClass.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── bar.st │ │ │ └── foo.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEGoodClass.class │ │ ├── README.md │ │ ├── instance │ │ │ └── trialMethod.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ └── initializers.st │ └── properties.json ├── SBE-Morphic.package │ ├── .filetree │ ├── .squot-contents │ ├── SBECrossMorph.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── containsPoint..st │ │ │ ├── drawOn..st │ │ │ ├── handlesKeyboard..st │ │ │ ├── handlesMouseDown..st │ │ │ ├── handlesMouseOver..st │ │ │ ├── horizontalBar.st │ │ │ ├── keyStroke..st │ │ │ ├── mouseDown..st │ │ │ ├── mouseEnter..st │ │ │ ├── mouseLeave..st │ │ │ ├── step.st │ │ │ ├── stepTime.st │ │ │ └── verticalBar.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBECrossMorphTest.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── setUp.st │ │ │ ├── tearDown.st │ │ │ └── testNoError.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEDieMorph.class │ │ ├── README.md │ │ ├── class │ │ │ └── faces..st │ │ ├── instance │ │ │ ├── dieValue..st │ │ │ ├── dieValue.st │ │ │ ├── drawDotOn.at..st │ │ │ ├── drawOn..st │ │ │ ├── face1.st │ │ │ ├── face2.st │ │ │ ├── face3.st │ │ │ ├── face4.st │ │ │ ├── face5.st │ │ │ ├── face6.st │ │ │ ├── face7.st │ │ │ ├── face8.st │ │ │ ├── face9.st │ │ │ ├── faces..st │ │ │ ├── faces.st │ │ │ ├── handlesMouseDown..st │ │ │ ├── initialize.st │ │ │ ├── mouseDown..st │ │ │ ├── step.st │ │ │ └── stepTime.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEDieMorphTest.class │ │ ├── README.md │ │ ├── instance │ │ │ └── setUp.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEDroppedMorph.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── initialize.st │ │ │ └── rejectDropMorphEvent..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEReceiverMorph.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── initialize.st │ │ │ ├── repelsMorph.event..st │ │ │ └── wantsDroppedMorph.event..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ └── initializers.st │ └── properties.json ├── SBE-QuickTour.package │ ├── .filetree │ ├── .squot-contents │ ├── String.extension │ │ ├── instance │ │ │ └── shout.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── StringTest.extension │ │ ├── instance │ │ │ └── testShout.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ └── initializers.st │ └── properties.json ├── SBE-Quinto.package │ ├── .filetree │ ├── .squot-contents │ ├── SBECell.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── initialize.st │ │ │ ├── mouseAction..st │ │ │ └── mouseUp..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEGame.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── cellsPerSide.st │ │ │ ├── initialize.st │ │ │ ├── newCellAt.at..st │ │ │ └── toggleNeighboursOfCellAt.at..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEGameTest.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── setUp.st │ │ │ ├── tearDown.st │ │ │ └── testNoError.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ └── initializers.st │ └── properties.json ├── SBE-Streams.package │ ├── .filetree │ ├── .squot-contents │ ├── SBEFileStreams.class │ │ ├── README.md │ │ ├── class │ │ │ ├── exampleBinary.st │ │ │ ├── exampleCheckerboard.st │ │ │ └── exampleText.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEHistory.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── canGoBackward.st │ │ │ ├── canGoForward.st │ │ │ ├── goBackward.st │ │ │ ├── goForward.st │ │ │ ├── goTo..st │ │ │ └── initialize.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEHistoryTest.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── setUp.st │ │ │ ├── testBackwardError.st │ │ │ ├── testForwardError.st │ │ │ ├── testGoTo.st │ │ │ ├── testGoToErases.st │ │ │ └── testScenario1.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ └── initializers.st │ └── properties.json ├── SBE-Testing.package │ ├── .filetree │ ├── .squot-contents │ ├── SBE2main.class │ │ ├── README.md │ │ ├── instance │ │ │ └── sbeFileName.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEchapter.class │ │ ├── README.md │ │ ├── class │ │ │ └── dir.file..st │ │ ├── instance │ │ │ ├── atEnd.st │ │ │ ├── closeChapterStream.st │ │ │ ├── dir..st │ │ │ ├── dir.file..st │ │ │ ├── dir.st │ │ │ ├── ensureTestCase.st │ │ │ ├── file..st │ │ │ ├── file.st │ │ │ ├── filePath.st │ │ │ ├── findTests.st │ │ │ ├── generateTestMethod..st │ │ │ ├── getNextTestWithInit..st │ │ │ ├── initialize.st │ │ │ ├── lineNumber.st │ │ │ ├── nextLine.st │ │ │ ├── openChapterStream.st │ │ │ ├── printOn..st │ │ │ ├── removeTestCase.st │ │ │ ├── testCase..st │ │ │ ├── testCase.st │ │ │ ├── testCaseName.st │ │ │ ├── tests.st │ │ │ └── title.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEmain.class │ │ ├── README.md │ │ ├── class │ │ │ ├── removeOldTestCategory.st │ │ │ └── testCategory.st │ │ ├── instance │ │ │ ├── getChapters.st │ │ │ ├── getSBEstream.st │ │ │ ├── runTests.st │ │ │ ├── sbeFileName.st │ │ │ └── setUp.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEtest.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── chapter..st │ │ │ ├── chapter.st │ │ │ ├── end..st │ │ │ ├── end.st │ │ │ ├── escapeSequences.st │ │ │ ├── removeTrailingComments..st │ │ │ ├── sourceLines..st │ │ │ ├── sourceLines.st │ │ │ ├── start..st │ │ │ ├── start.st │ │ │ ├── systemVersionString.st │ │ │ ├── testName.st │ │ │ ├── testSource.st │ │ │ └── unescapeLatex..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ └── initializers.st │ └── properties.json ├── SBE-Tests.package │ ├── .filetree │ ├── .squot-contents │ ├── SBEScriptBuilderTest.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── executeShould.inScopeOf.where..st │ │ │ ├── executeShould.inScopeOfDebuggerThat.thenDo..st │ │ │ ├── expectedFailures.st │ │ │ ├── findDebuggersThat..st │ │ │ ├── performTest.st │ │ │ ├── setUp.st │ │ │ ├── should.raise.where..st │ │ │ ├── shouldOpenDebugger..st │ │ │ ├── shouldOpenDebugger.that.thenDo..st │ │ │ ├── shouldOpenDebugger.thenDo..st │ │ │ ├── shouldntMessUpProcesses..st │ │ │ ├── testAbandonDebugger.st │ │ │ ├── testHandleNotification.st │ │ │ ├── testInform.st │ │ │ ├── testNoop.st │ │ │ ├── testResumeDebugger.st │ │ │ ├── testResumeNotification.st │ │ │ ├── testSimple.st │ │ │ ├── testTerminate.st │ │ │ └── testYield.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SBEWorldHelperTest.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── classUnderTest.st │ │ │ ├── setUp.st │ │ │ └── testForgetSymbolDuring.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ └── initializers.st │ └── properties.json ├── SBE2-Regex.package │ ├── .filetree │ ├── WebDir.class │ │ ├── README.md │ │ ├── class │ │ │ ├── onDir..st │ │ │ ├── onPath..st │ │ │ ├── onPath.home..st │ │ │ └── selectHome.st │ │ ├── instance │ │ │ ├── allHtmlFiles.st │ │ │ ├── htmlFiles.st │ │ │ ├── initialize.st │ │ │ ├── makeToc.st │ │ │ ├── printOn..st │ │ │ ├── printTocOn..st │ │ │ ├── removeToc.st │ │ │ ├── setDir.home..st │ │ │ ├── tocFileName.st │ │ │ ├── webDirs.st │ │ │ └── webPages.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── WebDirTest.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── cleanFixture.st │ │ │ ├── createPage.title.contents.in..st │ │ │ ├── head.st │ │ │ ├── makeFixture.st │ │ │ ├── middle.st │ │ │ ├── mkdir.in..st │ │ │ ├── setUp.st │ │ │ ├── tail.st │ │ │ ├── tearDown.st │ │ │ ├── testAllHtmlFiles.st │ │ │ ├── testDirs.st │ │ │ ├── testFileNames.st │ │ │ ├── testLink.st │ │ │ ├── testTOC.st │ │ │ ├── testTitles.st │ │ │ └── webDirName.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── WebPage.class │ │ ├── README.md │ │ ├── class │ │ │ └── on.forHome..st │ │ ├── instance │ │ │ ├── contents.st │ │ │ ├── fileName.st │ │ │ ├── link.st │ │ │ ├── printOn..st │ │ │ ├── relativePath.st │ │ │ ├── setPath.homePath..st │ │ │ └── title.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ ├── initializers.st │ │ ├── package │ │ └── version │ └── properties.json ├── SBE2-SeasideDemo.package │ ├── .filetree │ ├── SeasideDemo.class │ │ ├── README.md │ │ ├── class │ │ │ ├── canBeRoot.st │ │ │ └── initialize.st │ │ ├── instance │ │ │ ├── children.st │ │ │ ├── initialize.st │ │ │ └── renderContentOn..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SeasideDemoWidget.class │ │ ├── README.md │ │ ├── instance │ │ │ └── style.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SeasideDialogDemo.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── initialize.st │ │ │ ├── renderContentOn..st │ │ │ ├── text..st │ │ │ └── text.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SeasideEditAnswerDemo.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── initialize.st │ │ │ ├── renderContentOn..st │ │ │ ├── text..st │ │ │ └── text.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SeasideEditCallDemo.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── initialize.st │ │ │ ├── renderContentOn..st │ │ │ ├── text..st │ │ │ └── text.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SeasideFormDemo.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── checked..st │ │ │ ├── checked.st │ │ │ ├── color..st │ │ │ ├── color.st │ │ │ ├── colors.st │ │ │ ├── heading..st │ │ │ ├── heading.st │ │ │ ├── initialize.st │ │ │ ├── radioOn..st │ │ │ ├── radioOn.st │ │ │ └── renderContentOn..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── SeasideHtmlDemo.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── initialize.st │ │ │ ├── renderContentOn..st │ │ │ ├── renderDivsAndSpansOn..st │ │ │ ├── renderLinkWithCallbackOn..st │ │ │ ├── renderListsAndTablesOn..st │ │ │ ├── renderParagraphsOn..st │ │ │ └── squeakImageUrl.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ ├── initializers.st │ │ ├── package │ │ └── version │ └── properties.json ├── SBE2-SeasideRPN.package │ ├── .filetree │ ├── RPNCalculator.class │ │ ├── README.md │ │ ├── class │ │ │ ├── applicationName.st │ │ │ ├── canBeRoot.st │ │ │ └── initialize.st │ │ ├── instance │ │ │ ├── children.st │ │ │ ├── initialize.st │ │ │ ├── renderContentOn..st │ │ │ └── states.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RPNDisplay.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── renderActionOn..st │ │ │ ├── renderContentOn..st │ │ │ └── renderStackStateOn..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RPNDisplayAnswer.class │ │ ├── README.md │ │ ├── instance │ │ │ └── renderActionOn..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RPNDisplayStack.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── renderActionOn..st │ │ │ └── renderStackStateOn..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RPNDisplayTask.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── go.st │ │ │ ├── resetDisplayTo..st │ │ │ └── setStackMachine..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RPNKeypad.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── ensureStackMachineNotEmpty.st │ │ │ ├── handleAssertionFailure.st │ │ │ ├── inClearMode.st │ │ │ ├── inPushMode.st │ │ │ ├── inTypingMode.st │ │ │ ├── initialize.st │ │ │ ├── renderContentOn..st │ │ │ ├── renderStackButton.callback.colSpan.on..st │ │ │ ├── renderStackButton.callback.on..st │ │ │ ├── setClearMode.st │ │ │ ├── setPushMode.st │ │ │ ├── setTypingMode.st │ │ │ ├── stackClearTop.st │ │ │ ├── stackOp..st │ │ │ └── type..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RPNTaskedCalculator.class │ │ ├── README.md │ │ ├── class │ │ │ └── applicationName.st │ │ ├── instance │ │ │ └── initialize.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RPNWidget.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── setStackMachine..st │ │ │ └── style.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── StackMachine.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── add.st │ │ │ ├── binOp..st │ │ │ ├── contents.st │ │ │ ├── div.st │ │ │ ├── do..st │ │ │ ├── dup.st │ │ │ ├── exch.st │ │ │ ├── initialize.st │ │ │ ├── isEmpty.st │ │ │ ├── min.st │ │ │ ├── mul.st │ │ │ ├── neg.st │ │ │ ├── notEmpty.st │ │ │ ├── pop.st │ │ │ ├── printOn..st │ │ │ ├── push..st │ │ │ ├── rotUp.st │ │ │ ├── size.st │ │ │ └── top.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── StackMachineTest.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── incFib.st │ │ │ ├── setUp.st │ │ │ ├── testAdd.st │ │ │ ├── testDiv.st │ │ │ ├── testDup.st │ │ │ ├── testExch.st │ │ │ ├── testExchError.st │ │ │ ├── testFib.st │ │ │ ├── testMin.st │ │ │ ├── testMul.st │ │ │ ├── testNeg.st │ │ │ ├── testPushPop.st │ │ │ └── testRotUp.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ ├── initializers.st │ │ ├── package │ │ └── version │ └── properties.json ├── VB-Regex.package │ ├── .filetree │ ├── Character.extension │ │ ├── instance │ │ │ └── isAlphabetic.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RegexCompilationError.class │ │ ├── README.md │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RegexError.class │ │ ├── README.md │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RegexMatchingError.class │ │ ├── README.md │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RegexSyntaxError.class │ │ ├── README.md │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxCharSetParser.class │ │ ├── README.md │ │ ├── class │ │ │ └── on..st │ │ ├── instance │ │ │ ├── addChar..st │ │ │ ├── addRangeFrom.to..st │ │ │ ├── initialize..st │ │ │ ├── match..st │ │ │ ├── parse.st │ │ │ ├── parseCharOrRange.st │ │ │ ├── parseEscapeChar.st │ │ │ ├── parseNamedSet.st │ │ │ └── parseStep.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxMatchOptimizer.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── canStartMatch.in..st │ │ │ ├── conditionTester.st │ │ │ ├── determineTestMethod.st │ │ │ ├── initialize.ignoreCase..st │ │ │ ├── methodPredicateTester.st │ │ │ ├── nonMethodPredicateTester.st │ │ │ ├── nonPredicateTester.st │ │ │ ├── nonPrefixTester.st │ │ │ ├── optimizeSet..st │ │ │ ├── predicateTester.st │ │ │ ├── prefixTester.st │ │ │ ├── syntaxAny.st │ │ │ ├── syntaxBeginningOfLine.st │ │ │ ├── syntaxBeginningOfWord.st │ │ │ ├── syntaxBranch..st │ │ │ ├── syntaxCharSet..st │ │ │ ├── syntaxCharacter..st │ │ │ ├── syntaxEndOfLine.st │ │ │ ├── syntaxEndOfWord.st │ │ │ ├── syntaxEpsilon.st │ │ │ ├── syntaxMessagePredicate..st │ │ │ ├── syntaxNonWordBoundary.st │ │ │ ├── syntaxPiece..st │ │ │ ├── syntaxPredicate..st │ │ │ ├── syntaxRegex..st │ │ │ └── syntaxWordBoundary.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxMatcher.class │ │ ├── README.md │ │ ├── class │ │ │ ├── for..st │ │ │ ├── for.ignoreCase..st │ │ │ ├── forString..st │ │ │ ├── forString.ignoreCase..st │ │ │ └── initialize.st │ │ ├── instance │ │ │ ├── allocateMarker.st │ │ │ ├── atBeginningOfLine.st │ │ │ ├── atBeginningOfWord.st │ │ │ ├── atEnd.st │ │ │ ├── atEndOfLine.st │ │ │ ├── atEndOfWord.st │ │ │ ├── atWordBoundary.st │ │ │ ├── buildFrom..st │ │ │ ├── copy.replacingMatchesWith..st │ │ │ ├── copy.translatingMatchesUsing..st │ │ │ ├── copyStream.to.replacingMatchesWith..st │ │ │ ├── copyStream.to.translatingMatchesUsing..st │ │ │ ├── currentState.st │ │ │ ├── hookBranchOf.onto..st │ │ │ ├── initialize.ignoreCase..st │ │ │ ├── isWordChar..st │ │ │ ├── lastResult.st │ │ │ ├── makeOptional..st │ │ │ ├── makePlus..st │ │ │ ├── makeStar..st │ │ │ ├── markerPositionAt..st │ │ │ ├── markerPositionAt.maybePut..st │ │ │ ├── matches..st │ │ │ ├── matchesIn..st │ │ │ ├── matchesIn.collect..st │ │ │ ├── matchesIn.do..st │ │ │ ├── matchesOnStream..st │ │ │ ├── matchesOnStream.collect..st │ │ │ ├── matchesOnStream.do..st │ │ │ ├── matchesPrefix..st │ │ │ ├── matchesStream..st │ │ │ ├── matchesStreamPrefix..st │ │ │ ├── next.st │ │ │ ├── notAtWordBoundary.st │ │ │ ├── position.st │ │ │ ├── proceedSearchingStream..st │ │ │ ├── restoreState..st │ │ │ ├── search..st │ │ │ ├── searchStream..st │ │ │ ├── subBeginning..st │ │ │ ├── subEnd..st │ │ │ ├── subexpression..st │ │ │ ├── subexpressionCount.st │ │ │ ├── supportsSubexpressions.st │ │ │ ├── syntaxAny.st │ │ │ ├── syntaxBeginningOfLine.st │ │ │ ├── syntaxBeginningOfWord.st │ │ │ ├── syntaxBranch..st │ │ │ ├── syntaxCharSet..st │ │ │ ├── syntaxCharacter..st │ │ │ ├── syntaxEndOfLine.st │ │ │ ├── syntaxEndOfWord.st │ │ │ ├── syntaxEpsilon.st │ │ │ ├── syntaxMessagePredicate..st │ │ │ ├── syntaxNonWordBoundary.st │ │ │ ├── syntaxPiece..st │ │ │ ├── syntaxPredicate..st │ │ │ ├── syntaxRegex..st │ │ │ ├── syntaxWordBoundary.st │ │ │ └── tryMatch.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxParser.class │ │ ├── README.md │ │ ├── class │ │ │ ├── a.introduction..st │ │ │ ├── b.whatsNewInThisRelease..st │ │ │ ├── bigHonkingStream.st │ │ │ ├── c.syntax..st │ │ │ ├── compileRegex.into..st │ │ │ ├── d.usage..st │ │ │ ├── doHandlingMessageNotUnderstood..st │ │ │ ├── e.implementationNotes..st │ │ │ ├── f.boringStuff..st │ │ │ ├── frequentMatchProfile.st │ │ │ ├── initialize.st │ │ │ ├── initializeBackslashConstants.st │ │ │ ├── initializeBackslashSpecials.st │ │ │ ├── parse..st │ │ │ ├── preferredMatcherClass.st │ │ │ ├── rareMatchProfile.st │ │ │ ├── runProtocolTestsForMatcher..st │ │ │ ├── runRegexTestsForMatcher..st │ │ │ ├── runTestsForMatcher..st │ │ │ ├── safelyParse..st │ │ │ ├── signalCompilationException..st │ │ │ ├── signalMatchException..st │ │ │ ├── signalSyntaxException..st │ │ │ ├── singleCharPrefixMatchProfile.st │ │ │ ├── test.with.expect.withSubexpressions..st │ │ │ └── testSuite.st │ │ ├── instance │ │ │ ├── atom.st │ │ │ ├── branch.st │ │ │ ├── characterSet.st │ │ │ ├── characterSetFrom..st │ │ │ ├── ifSpecial.then..st │ │ │ ├── inputUpTo.errorMessage..st │ │ │ ├── inputUpTo.nestedOn.errorMessage..st │ │ │ ├── match..st │ │ │ ├── messagePredicate.st │ │ │ ├── next.st │ │ │ ├── parse..st │ │ │ ├── parseStream..st │ │ │ ├── piece.st │ │ │ ├── regex.st │ │ │ ├── signalParseError..st │ │ │ └── signalParseError.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxParserTest.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── DoesNotWorktestBackQuotesEscape.st │ │ │ ├── test.st │ │ │ ├── testCadrMatching.st │ │ │ ├── testCharacterSet.st │ │ │ ├── testCharacterSetBinaryNumber.st │ │ │ ├── testCharacterSetInversion.st │ │ │ ├── testCharacterSetRange.st │ │ │ ├── testMatchesInwW.st │ │ │ ├── testOrOperator.st │ │ │ ├── testQuotingOperators.st │ │ │ ├── testSimpleMatchesRegex.st │ │ │ ├── testSimpleMatchesRegexWithStar.st │ │ │ ├── testSpecialCharacterInSetRange.st │ │ │ ├── testStarPlusQuestionMark.st │ │ │ ├── testStarPrecedence.st │ │ │ ├── testTranslatingMatchesUsing.st │ │ │ └── toDotestSpecialCharacterInSetRange.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxmBranch.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── alternative..st │ │ │ ├── beLoopback.st │ │ │ ├── initialize.st │ │ │ ├── matchAgainst..st │ │ │ ├── pointTailTo..st │ │ │ └── terminateWith..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxmLink.class │ │ ├── README.md │ │ ├── class │ │ │ └── new.st │ │ ├── instance │ │ │ ├── initialize.st │ │ │ ├── matchAgainst..st │ │ │ ├── next..st │ │ │ ├── next.st │ │ │ ├── pointTailTo..st │ │ │ └── terminateWith..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxmMarker.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── index..st │ │ │ └── matchAgainst..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxmPredicate.class │ │ ├── README.md │ │ ├── class │ │ │ └── with..st │ │ ├── instance │ │ │ ├── bePerform..st │ │ │ ├── bePerformNot..st │ │ │ ├── matchAgainst..st │ │ │ └── predicate..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxmSpecial.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── beBeginningOfLine.st │ │ │ ├── beBeginningOfWord.st │ │ │ ├── beEndOfLine.st │ │ │ ├── beEndOfWord.st │ │ │ ├── beNotWordBoundary.st │ │ │ ├── beWordBoundary.st │ │ │ └── matchAgainst..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxmSubstring.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── beCaseInsensitive.st │ │ │ ├── beCaseSensitive.st │ │ │ ├── character.ignoreCase..st │ │ │ ├── initialize.st │ │ │ ├── matchAgainst..st │ │ │ ├── sampleStream.st │ │ │ └── substring.ignoreCase..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxmTerminator.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── matchAgainst..st │ │ │ ├── pointTailTo..st │ │ │ └── terminateWith..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsBranch.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── branch.st │ │ │ ├── dispatchTo..st │ │ │ ├── initializePiece.branch..st │ │ │ ├── isNullable.st │ │ │ ├── piece.st │ │ │ └── tryMergingInto..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsCharSet.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── dispatchTo..st │ │ │ ├── enumerablePartPredicate.st │ │ │ ├── enumerableSet.st │ │ │ ├── hasPredicates.st │ │ │ ├── initializeElements.negated..st │ │ │ ├── isEnumerable.st │ │ │ ├── isNegated.st │ │ │ ├── optimalSet.st │ │ │ ├── predicate.st │ │ │ ├── predicatePartPredicate.st │ │ │ └── predicates.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsCharacter.class │ │ ├── README.md │ │ ├── class │ │ │ └── with..st │ │ ├── instance │ │ │ ├── character.st │ │ │ ├── dispatchTo..st │ │ │ ├── enumerateTo..st │ │ │ ├── initializeCharacter..st │ │ │ ├── isAtomic.st │ │ │ ├── isEnumerable.st │ │ │ └── isNullable.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsContextCondition.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── beAny.st │ │ │ ├── beBeginningOfLine.st │ │ │ ├── beBeginningOfWord.st │ │ │ ├── beEndOfLine.st │ │ │ ├── beEndOfWord.st │ │ │ ├── beNonWordBoundary.st │ │ │ ├── beWordBoundary.st │ │ │ ├── dispatchTo..st │ │ │ └── isNullable.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsEpsilon.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── dispatchTo..st │ │ │ └── isNullable.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsMessagePredicate.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── dispatchTo..st │ │ │ ├── initializeSelector..st │ │ │ ├── initializeSelector.negated..st │ │ │ ├── negated.st │ │ │ └── selector.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsNode.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── indentCharacter.st │ │ │ ├── isAtomic.st │ │ │ └── isNullable.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsPiece.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── atom.st │ │ │ ├── character.st │ │ │ ├── dispatchTo..st │ │ │ ├── initializeAtom..st │ │ │ ├── initializeAtom.min.max..st │ │ │ ├── initializeOptionalAtom..st │ │ │ ├── initializePlusAtom..st │ │ │ ├── initializeStarAtom..st │ │ │ ├── isAtomic.st │ │ │ ├── isNullable.st │ │ │ ├── isOptional.st │ │ │ ├── isPlus.st │ │ │ ├── isSingular.st │ │ │ ├── isStar.st │ │ │ ├── max.st │ │ │ └── min.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsPredicate.class │ │ ├── README.md │ │ ├── class │ │ │ ├── forEscapedLetter..st │ │ │ ├── forNamedClass..st │ │ │ ├── initialize.st │ │ │ ├── initializeEscapedLetterSelectors.st │ │ │ └── initializeNamedClassSelectors.st │ │ ├── instance │ │ │ ├── beAlphaNumeric.st │ │ │ ├── beAlphabetic.st │ │ │ ├── beAny.st │ │ │ ├── beControl.st │ │ │ ├── beDigit.st │ │ │ ├── beGraphics.st │ │ │ ├── beHexDigit.st │ │ │ ├── beLowercase.st │ │ │ ├── beNotDigit.st │ │ │ ├── beNotSpace.st │ │ │ ├── beNotWordConstituent.st │ │ │ ├── bePrintable.st │ │ │ ├── bePunctuation.st │ │ │ ├── beSpace.st │ │ │ ├── beUppercase.st │ │ │ ├── beWordConstituent.st │ │ │ ├── dispatchTo..st │ │ │ ├── isAtomic.st │ │ │ ├── isEnumerable.st │ │ │ ├── negate.st │ │ │ ├── negated.st │ │ │ ├── predicate.st │ │ │ ├── predicateNegation.st │ │ │ └── value..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsRange.class │ │ ├── README.md │ │ ├── class │ │ │ └── from.to..st │ │ ├── instance │ │ │ ├── enumerateTo..st │ │ │ ├── initializeFirst.last..st │ │ │ └── isEnumerable.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── RxsRegex.class │ │ ├── README.md │ │ ├── instance │ │ │ ├── branch.st │ │ │ ├── dispatchTo..st │ │ │ ├── initializeBranch.regex..st │ │ │ ├── isNullable.st │ │ │ └── regex.st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── String.extension │ │ ├── instance │ │ │ ├── allRegexMatches..st │ │ │ ├── asRegex.st │ │ │ ├── asRegexIgnoringCase.st │ │ │ ├── copyWithRegex.matchesReplacedWith..st │ │ │ ├── copyWithRegex.matchesTranslatedUsing..st │ │ │ ├── matchesRegex..st │ │ │ ├── matchesRegexIgnoringCase..st │ │ │ ├── prefixMatchesRegex..st │ │ │ ├── prefixMatchesRegexIgnoringCase..st │ │ │ ├── regex.matchesCollect..st │ │ │ └── regex.matchesDo..st │ │ ├── methodProperties.json │ │ └── properties.json │ ├── monticello.meta │ │ ├── categories.st │ │ ├── initializers.st │ │ ├── package │ │ └── version │ └── properties.json └── buildFigures.st ├── SourceControl ├── SourceControl.tex └── figures │ └── her cool change set.1.cs ├── Streams ├── Streams.tex └── figures │ ├── _abcde.dia │ ├── _abcde.png │ ├── _abcdeStef.graffle │ ├── _abcdeStef.png │ ├── a_bcde.png │ ├── a_bcdeStef.graffle │ ├── a_bcdeStef.png │ ├── ab_cde.png │ ├── ab_cdeStef.graffle │ ├── ab_cdeStef.png │ ├── abcde_.png │ ├── ax_cde.png │ ├── ax_cdeStef.graffle │ ├── ax_cdeStef.png │ ├── emptyStef.graffle │ ├── emptyStef.png │ ├── emptyStream.dia │ ├── emptyStream.png │ ├── page1.dia │ ├── page1.png │ ├── page1Stef.graffle │ ├── page1Stef.png │ ├── page1_.dia │ ├── page1_.png │ ├── page1_Stef.graffle │ ├── page1_Stef.png │ ├── page2.dia │ ├── page2.png │ ├── page2Stef.graffle │ ├── page2Stef.png │ ├── page2_.dia │ ├── page2_.png │ ├── page2_Stef.graffle │ ├── page2_Stef.png │ ├── page3.dia │ ├── page3.png │ ├── page3Stef.graffle │ ├── page3Stef.png │ ├── page3_Stef.graffle │ ├── page4.dia │ ├── page4.png │ ├── page4Stef.graffle │ ├── page4Stef.png │ ├── page4_Stef.graffle │ └── page4_Stef.png ├── Syntax ├── MoreSyntax.tex ├── Syntax.tex └── figures │ └── rotated.png ├── branding └── balloon.png ├── clean.command ├── common.tex ├── commonDemo.tex ├── errata.txt ├── figures ├── CreativeCommons-BY-SA.png ├── badges │ ├── download-pdf.svg │ └── lulu-print.svg ├── cover │ ├── cover-edition-53-print.pdf │ ├── cover-edition-60-plain.afdesign │ ├── cover-edition-60-plain.pdf │ ├── cover-edition-60-print.afdesign │ ├── cover-edition-60-print.pdf │ └── cover-print-lulu-template.pdf ├── sq.png ├── squeak-icons.url ├── squeak-logo.png ├── squeak-logo.svg └── squeak-logo.url ├── gh-actions-release.png ├── make.command ├── robustize-figures.tex └── titlepage.tex /.editorconfig: -------------------------------------------------------------------------------- 1 | trim_trailing_whitespace = true 2 | -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/.gitignore -------------------------------------------------------------------------------- /.squot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/.squot -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /BasicClasses/BasicClasses.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/BasicClasses/BasicClasses.tex -------------------------------------------------------------------------------- /BasicClasses/LeftOver.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/BasicClasses/LeftOver.tex -------------------------------------------------------------------------------- /BasicClasses/figures/BooleanHierarchy.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/BasicClasses/figures/BooleanHierarchy.graffle -------------------------------------------------------------------------------- /BasicClasses/figures/BooleanHierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/BasicClasses/figures/BooleanHierarchy.png -------------------------------------------------------------------------------- /BasicClasses/figures/NumberHierarchy.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/BasicClasses/figures/NumberHierarchy.graffle -------------------------------------------------------------------------------- /BasicClasses/figures/NumberHierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/BasicClasses/figures/NumberHierarchy.png -------------------------------------------------------------------------------- /BasicClasses/figures/StringHierarchy.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/BasicClasses/figures/StringHierarchy.graffle -------------------------------------------------------------------------------- /BasicClasses/figures/StringHierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/BasicClasses/figures/StringHierarchy.png -------------------------------------------------------------------------------- /BasicClasses/makeTests.command: -------------------------------------------------------------------------------- 1 | 2 | cd `dirname $0` 3 | ../cmd/sbe2st BasicClasses.tex 4 | -------------------------------------------------------------------------------- /Bibliography/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/.gitignore -------------------------------------------------------------------------------- /Bibliography/Anleitung_Bibtex_2010.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/Anleitung_Bibtex_2010.pdf -------------------------------------------------------------------------------- /Bibliography/GIT-README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/GIT-README.txt -------------------------------------------------------------------------------- /Bibliography/LatexTemplates/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/LatexTemplates/README.txt -------------------------------------------------------------------------------- /Bibliography/LatexTemplates/llncs.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/LatexTemplates/llncs.cls -------------------------------------------------------------------------------- /Bibliography/LatexTemplates/scg-llncs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/LatexTemplates/scg-llncs.tex -------------------------------------------------------------------------------- /Bibliography/LatexTemplates/st80.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/LatexTemplates/st80.tex -------------------------------------------------------------------------------- /Bibliography/LatexTemplates/st80demo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/LatexTemplates/st80demo.tex -------------------------------------------------------------------------------- /Bibliography/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/Makefile -------------------------------------------------------------------------------- /Bibliography/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/README.md -------------------------------------------------------------------------------- /Bibliography/README_old.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/README_old.txt -------------------------------------------------------------------------------- /Bibliography/TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/TODO.txt -------------------------------------------------------------------------------- /Bibliography/__HOWTO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/__HOWTO.txt -------------------------------------------------------------------------------- /Bibliography/cmd/bibsort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/cmd/bibsort -------------------------------------------------------------------------------- /Bibliography/cmd/rm8bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/cmd/rm8bit -------------------------------------------------------------------------------- /Bibliography/cmd/testbib.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/cmd/testbib.rb -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlfail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlfail.html -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlfail.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlfail.txt -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlhost.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlhost.html -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlhost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlhost.txt -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlindex.html -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlindex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlindex.txt -------------------------------------------------------------------------------- /Bibliography/linkdoc/urllog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urllog.txt -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlmoved.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlmoved.html -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlmoved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlmoved.txt -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlok.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlok.html -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlok.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlok.txt -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlskip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlskip.html -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlskip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlskip.txt -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlsum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlsum.txt -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlwarn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlwarn.html -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlwarn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlwarn.txt -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlwarnX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlwarnX.html -------------------------------------------------------------------------------- /Bibliography/linkdoc/urlwarnX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/linkdoc/urlwarnX.txt -------------------------------------------------------------------------------- /Bibliography/make.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/make.command -------------------------------------------------------------------------------- /Bibliography/rubylib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/rubylib/README.txt -------------------------------------------------------------------------------- /Bibliography/rubylib/racc/parser.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/rubylib/racc/parser.rb -------------------------------------------------------------------------------- /Bibliography/rubylib/rbibtex.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/rubylib/rbibtex.rb -------------------------------------------------------------------------------- /Bibliography/rubylib/rbibtex/rbibtex.tab.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/rubylib/rbibtex/rbibtex.tab.rb -------------------------------------------------------------------------------- /Bibliography/scg.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/scg.bib -------------------------------------------------------------------------------- /Bibliography/scgbib-entry-TEMPLATE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Bibliography/scgbib-entry-TEMPLATE.txt -------------------------------------------------------------------------------- /Bibliography/sort.command: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | cd `dirname "$0"` 3 | make sort 4 | -------------------------------------------------------------------------------- /Collections/Collections.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Collections/Collections.tex -------------------------------------------------------------------------------- /Collections/figures/CollectionHierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Collections/figures/CollectionHierarchy.png -------------------------------------------------------------------------------- /Collections/figures/CollectionHierarchy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Collections/figures/CollectionHierarchy.svg -------------------------------------------------------------------------------- /Collections/figures/CollectionHierarchy.vdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Collections/figures/CollectionHierarchy.vdx -------------------------------------------------------------------------------- /Contributors/Contributors.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Contributors/Contributors.tex -------------------------------------------------------------------------------- /Environment/Environment.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Environment/Environment.tex -------------------------------------------------------------------------------- /Environment/figures/HaloOnPluggableList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Environment/figures/HaloOnPluggableList.png -------------------------------------------------------------------------------- /Environment/package-cache/SBE-apb.1.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Environment/package-cache/SBE-apb.1.mcz -------------------------------------------------------------------------------- /Environment/package-cache/SBE-apb.2.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Environment/package-cache/SBE-apb.2.mcz -------------------------------------------------------------------------------- /FAQ/FAQ.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/FAQ/FAQ.tex -------------------------------------------------------------------------------- /FAQ/newFAQs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/FAQ/newFAQs.txt -------------------------------------------------------------------------------- /FirstApp/FirstApp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/FirstApp/FirstApp.tex -------------------------------------------------------------------------------- /FirstApp/FirstApp.top: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/FirstApp/FirstApp.top -------------------------------------------------------------------------------- /FirstApp/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/FirstApp/README.txt -------------------------------------------------------------------------------- /FirstApp/SBE-Quinto.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/FirstApp/SBE-Quinto.st -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Makefile -------------------------------------------------------------------------------- /Messages/DeeperIssues.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/DeeperIssues.tex -------------------------------------------------------------------------------- /Messages/Messages.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/Messages.tex -------------------------------------------------------------------------------- /Messages/figures/message.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/message.graffle -------------------------------------------------------------------------------- /Messages/figures/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/message.png -------------------------------------------------------------------------------- /Messages/figures/uKeyBin.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyBin.graffle -------------------------------------------------------------------------------- /Messages/figures/uKeyBin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyBin.png -------------------------------------------------------------------------------- /Messages/figures/uKeyBinPar.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyBinPar.graffle -------------------------------------------------------------------------------- /Messages/figures/uKeyBinPar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyBinPar.png -------------------------------------------------------------------------------- /Messages/figures/uKeyUn.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyUn.graffle -------------------------------------------------------------------------------- /Messages/figures/uKeyUn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyUn.png -------------------------------------------------------------------------------- /Messages/figures/uKeyUnBinPar.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyUnBinPar.graffle -------------------------------------------------------------------------------- /Messages/figures/uKeyUnBinPar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyUnBinPar.png -------------------------------------------------------------------------------- /Messages/figures/uKeyUnOne.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyUnOne.graffle -------------------------------------------------------------------------------- /Messages/figures/uKeyUnOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uKeyUnOne.png -------------------------------------------------------------------------------- /Messages/figures/ucompoNoBracketPar.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/ucompoNoBracketPar.graffle -------------------------------------------------------------------------------- /Messages/figures/ucompoNoBracketPar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/ucompoNoBracketPar.png -------------------------------------------------------------------------------- /Messages/figures/ucompoNumberBracket.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/ucompoNumberBracket.graffle -------------------------------------------------------------------------------- /Messages/figures/ucompoNumberBracket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/ucompoNumberBracket.png -------------------------------------------------------------------------------- /Messages/figures/ucompoUn.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/ucompoUn.graffle -------------------------------------------------------------------------------- /Messages/figures/ucompoUn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/ucompoUn.png -------------------------------------------------------------------------------- /Messages/figures/uunKeyBin.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uunKeyBin.graffle -------------------------------------------------------------------------------- /Messages/figures/uunKeyBin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uunKeyBin.png -------------------------------------------------------------------------------- /Messages/figures/uunKeyBinPar.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uunKeyBinPar.graffle -------------------------------------------------------------------------------- /Messages/figures/uunKeyBinPar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Messages/figures/uunKeyBinPar.png -------------------------------------------------------------------------------- /Metaclasses/Metaclasses.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/Metaclasses.tex -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentBehavior.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentBehavior.graffle -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentBehavior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentBehavior.png -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentClassMessage.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentClassMessage.graffle -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentClassMessage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentClassMessage.png -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentColorBlue.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentColorBlue.graffle -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentColorBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentColorBlue.png -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentMetaclassClass.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentMetaclassClass.graffle -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentMetaclassClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentMetaclassClass.png -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentMetaclassClassClass.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentMetaclassClassClass.graffle -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentMetaclassClassClass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentMetaclassClassClass.png -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentMetaclassHierarchy.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentMetaclassHierarchy.graffle -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentMetaclassHierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentMetaclassHierarchy.png -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentMetaclasses.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentMetaclasses.graffle -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentMetaclasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentMetaclasses.png -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentSendingNew.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentSendingNew.graffle -------------------------------------------------------------------------------- /Metaclasses/figures/TranslucentSendingNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Metaclasses/figures/TranslucentSendingNew.png -------------------------------------------------------------------------------- /Model/DateExample.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/DateExample.tex -------------------------------------------------------------------------------- /Model/Model.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/Model.tex -------------------------------------------------------------------------------- /Model/figures/Color-Buttons.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/Color-Buttons.pdf -------------------------------------------------------------------------------- /Model/figures/Color-Buttons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/Color-Buttons.svg -------------------------------------------------------------------------------- /Model/figures/Color-Buttons.vdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/Color-Buttons.vdx -------------------------------------------------------------------------------- /Model/figures/fooNotFound.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/fooNotFound.pdf -------------------------------------------------------------------------------- /Model/figures/fooNotFound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/fooNotFound.svg -------------------------------------------------------------------------------- /Model/figures/fooNotFound.vdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/fooNotFound.vdx -------------------------------------------------------------------------------- /Model/figures/fooNotFound.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/fooNotFound.vsdx -------------------------------------------------------------------------------- /Model/figures/initStringLookup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/initStringLookup.pdf -------------------------------------------------------------------------------- /Model/figures/initStringLookup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/initStringLookup.svg -------------------------------------------------------------------------------- /Model/figures/initStringLookup.vdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/initStringLookup.vdx -------------------------------------------------------------------------------- /Model/figures/openInWorldLookup.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/openInWorldLookup.graffle -------------------------------------------------------------------------------- /Model/figures/openInWorldLookup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/openInWorldLookup.png -------------------------------------------------------------------------------- /Model/figures/privateSharedVarColor.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/privateSharedVarColor.graffle -------------------------------------------------------------------------------- /Model/figures/privateSharedVarColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Model/figures/privateSharedVarColor.png -------------------------------------------------------------------------------- /Morphic/ECOOP Squeak Tutorial Worksheet 2.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://web.cecs.pdx.edu/~black/CS420/Tutorial/Squeak%20Worksheet%202.html 3 | -------------------------------------------------------------------------------- /Morphic/Morphic.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/Morphic.tex -------------------------------------------------------------------------------- /Morphic/article9-LM90-v3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/article9-LM90-v3.pdf -------------------------------------------------------------------------------- /Morphic/examples/DiceMorph.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/examples/DiceMorph.st -------------------------------------------------------------------------------- /Morphic/examples/LabelstickerMorph.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/examples/LabelstickerMorph.st -------------------------------------------------------------------------------- /Morphic/examples/PyramidMorph.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/examples/PyramidMorph.st -------------------------------------------------------------------------------- /Morphic/examples/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/examples/ReadMe.txt -------------------------------------------------------------------------------- /Morphic/examples/SBE-Morphic-apb.1.mcz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/examples/SBE-Morphic-apb.1.mcz -------------------------------------------------------------------------------- /Morphic/examples/SBECrossMorph.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/examples/SBECrossMorph.st -------------------------------------------------------------------------------- /Morphic/examples/SBEDieMorph.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/examples/SBEDieMorph.st -------------------------------------------------------------------------------- /Morphic/figures/labeler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/figures/labeler.png -------------------------------------------------------------------------------- /Morphic/figures/pyramid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Morphic/figures/pyramid.png -------------------------------------------------------------------------------- /Preface/Preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Preface/Preface.tex -------------------------------------------------------------------------------- /QuickTour/MoreWorkspace.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/QuickTour/MoreWorkspace.tex -------------------------------------------------------------------------------- /QuickTour/QuickTour.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/QuickTour/QuickTour.tex -------------------------------------------------------------------------------- /QuickTour/figures/DownloadedChangesFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/QuickTour/figures/DownloadedChangesFile.png -------------------------------------------------------------------------------- /QuickTour/figures/DownloadedImageFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/QuickTour/figures/DownloadedImageFile.png -------------------------------------------------------------------------------- /QuickTour/figures/DownloadedVM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/QuickTour/figures/DownloadedVM.png -------------------------------------------------------------------------------- /QuickTour/figures/cloverleafKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/QuickTour/figures/cloverleafKey.png -------------------------------------------------------------------------------- /QuickTour/figures/coloredMouse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/QuickTour/figures/coloredMouse.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/README.md -------------------------------------------------------------------------------- /SBE-Extract.smalltalk.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SBE-Extract.smalltalk.ston -------------------------------------------------------------------------------- /SBE-TO-DO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SBE-TO-DO.txt -------------------------------------------------------------------------------- /SBE-Testing.smalltalk.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SBE-Testing.smalltalk.ston -------------------------------------------------------------------------------- /SBE-Tests.smalltalk.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SBE-Tests.smalltalk.ston -------------------------------------------------------------------------------- /SBE-debug.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SBE-debug.tex -------------------------------------------------------------------------------- /SBE.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SBE.tex -------------------------------------------------------------------------------- /SUnit/IEEEtranS.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SUnit/IEEEtranS.bst -------------------------------------------------------------------------------- /SUnit/SUnit.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SUnit/SUnit.tex -------------------------------------------------------------------------------- /SUnit/SUnitExplained.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SUnit/SUnitExplained.zip -------------------------------------------------------------------------------- /SUnit/figures/sunit-classes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SUnit/figures/sunit-classes.pdf -------------------------------------------------------------------------------- /SUnit/figures/sunit-classes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SUnit/figures/sunit-classes.svg -------------------------------------------------------------------------------- /SUnit/figures/sunit-classes.vdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SUnit/figures/sunit-classes.vdx -------------------------------------------------------------------------------- /SUnit/figures/sunit-scenario.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SUnit/figures/sunit-scenario.graffle -------------------------------------------------------------------------------- /SUnit/figures/sunit-scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SUnit/figures/sunit-scenario.png -------------------------------------------------------------------------------- /SUnit/web.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SUnit/web.sty -------------------------------------------------------------------------------- /SmalltalkInTex.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkInTex.sty -------------------------------------------------------------------------------- /SmalltalkSources/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/BaselineOfSBE.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/BaselineOfSBE.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/BaselineOfSBE.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/BaselineOfSBE.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/BaselineOfSBE.package/BaselineOfSBE.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/BaselineOfSBE.package/BaselineOfSBE.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/BaselineOfSBE.package/BaselineOfSBE.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/BaselineOfSBE.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #BaselineOfSBE! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/BaselineOfSBE.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/BaselineOfSBE.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Environment.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Environment.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Environment.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Environment.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Environment.package/String.extension/instance/suffix.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Environment.package/String.extension/instance/suffix.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Environment.package/String.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "String" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Environment.package/StringTest.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "StringTest" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Environment.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE-Environment'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Environment.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Environment.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/AppRegistry.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "AppRegistry" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/BlockClosure.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "BlockClosure" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Browser.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Browser.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Browser.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Browser" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/ChangeSet.extension/instance/destroy.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/ChangeSet.extension/instance/destroy.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/ChangeSet.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "ChangeSet" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/ChangeSorter.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "ChangeSorter" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Class.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Class.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Class.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Class" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Compiler.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Compiler" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Context.extension/class/contextWrap..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Context.extension/class/contextWrap..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Context.extension/instance/wrap..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Context.extension/instance/wrap..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Context.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Context.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Context.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Context" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Debugger.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Debugger" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/DebuggerMethodMap.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "DebuggerMethodMap" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/DialogWindow.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "DialogWindow" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/DisplayScreen.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "DisplayScreen" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/DualChangeSorter.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "DualChangeSorter" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/FileSystem.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "FileSystem" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/HaloMorph.extension/instance/handles.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/HaloMorph.extension/instance/handles.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/HaloMorph.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "HaloMorph" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/HandMorph.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "HandMorph" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/IndentingListItemMorph.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "IndentingListItemMorph" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Inspector.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Inspector" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Interval.extension/instance/rect..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Interval.extension/instance/rect..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Interval.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Interval" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MCCacheRepository.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "MCCacheRepository" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MCPackageManager.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "MCPackageManager" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MCTool.extension/instance/answer..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/MCTool.extension/instance/answer..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MCTool.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/MCTool.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MCTool.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "MCTool" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MCVersionNameAndMessageRequest.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "MCVersionNameAndMessageRequest" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MenuMorph.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "MenuMorph" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MessageNames.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "MessageNames" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MessageSend.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "MessageSend" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Model.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Model.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Model.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Model" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Morph.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Morph.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Morph.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Morph" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/MorphicProject.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "MorphicProject" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Object.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Object.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Object.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Object" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/ObjectExplorer.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "ObjectExplorer" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/PackageInfo.extension/instance/suite.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/PackageInfo.extension/instance/suite.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/PackageInfo.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "PackageInfo" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/PluggableTreeMorph.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "PluggableTreeMorph" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Preferences.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Preferences" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Process.extension/instance/environmentDictionary.st: -------------------------------------------------------------------------------- 1 | *SBE-Extract-private 2 | environmentDictionary 3 | 4 | ^ env -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Process.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Process.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Process.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Process" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/ProcessBrowser.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "ProcessBrowser" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/RealEstateAgent.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "RealEstateAgent" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Rectangle.extension/instance/^star.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Rectangle.extension/instance/^star.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Rectangle.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Rectangle" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/RxMatcher.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "RxMatcher" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEBalloonMorph.class/README.md: -------------------------------------------------------------------------------- 1 | I am BalloonMorph that is suitable as a legend. -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEBalloonMorph.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEBalloonMorph.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEFigureBuilder.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEFigureBuilder.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEFigureBuilder.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEFigureBuilder.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEFormScene.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEFormScene.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEFormScene.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEFormScene.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEHandMorph.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEHandMorph.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEHandMorph.class/instance/owner..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEHandMorph.class/instance/owner..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEHandMorph.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEHandMorph.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEScreenshotRecorder.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEScreenshotRecorder.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEScreenshotScene.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEScreenshotScene.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEScriptBuilder.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEScriptBuilder.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEScriptBuilder.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEScriptBuilder.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBESqueaksource.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBESqueaksource.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBESqueaksource.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/authorInitials.st: -------------------------------------------------------------------------------- 1 | accessing 2 | authorInitials 3 | 4 | ^ 'xyz' -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/click..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/click..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/focus..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/focus..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/hand.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/hand.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/menu.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/menu.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/setUp.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/setUp.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/world.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/instance/world.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/SBEWorldHelper.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/String.extension/instance/matches..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/String.extension/instance/matches..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/String.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/String.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/String.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "String" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Symbol.extension/instance/matches..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Symbol.extension/instance/matches..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Symbol.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Extract.package/Symbol.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/Symbol.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Symbol" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/SystemWindow.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "SystemWindow" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/TestRunner.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "TestRunner" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE-Extract'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Extract.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Monticello.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Monticello.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/Object.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Object" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/SBEBetterClass.class/README.md: -------------------------------------------------------------------------------- 1 | I am an even better class. Monticello rocks! -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/SBEBetterClass.class/instance/bar.st: -------------------------------------------------------------------------------- 1 | as yet unclassified 2 | bar 3 | 4 | ^ self foo * 7 -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/SBEBetterClass.class/instance/foo.st: -------------------------------------------------------------------------------- 1 | as yet unclassified 2 | foo 3 | 4 | ^ 6 -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/SBEBetterClass.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Monticello.package/SBEBetterClass.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/SBEGoodClass.class/README.md: -------------------------------------------------------------------------------- 1 | I am a very good class for demonstrating Monticello. -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/SBEGoodClass.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Monticello.package/SBEGoodClass.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE-Monticello'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Monticello.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBECrossMorph.class/README.md: -------------------------------------------------------------------------------- 1 | Usage: 2 | SBECrossMorph new openInWorld -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBECrossMorph.class/instance/drawOn..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBECrossMorph.class/instance/drawOn..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBECrossMorph.class/instance/step.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBECrossMorph.class/instance/step.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBECrossMorph.class/instance/stepTime.st: -------------------------------------------------------------------------------- 1 | as yet unclassified 2 | stepTime 3 | 4 | ^ 100 -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBECrossMorph.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBECrossMorph.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBECrossMorphTest.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBECrossMorphTest.class/instance/tearDown.st: -------------------------------------------------------------------------------- 1 | as yet unclassified 2 | tearDown 3 | 4 | morph delete. -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBECrossMorphTest.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBECrossMorphTest.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/class/faces..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/class/faces..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/dieValue..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/dieValue..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/dieValue.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/dieValue.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/drawOn..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/drawOn..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face1.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face1.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face2.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face2.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face3.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face3.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face4.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face4.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face5.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face5.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face6.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face6.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face7.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face7.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face8.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face8.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face9.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/face9.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/faces..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/faces..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/faces.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/faces.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/step.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/step.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/instance/stepTime.st: -------------------------------------------------------------------------------- 1 | stepping and presenter 2 | stepTime 3 | 4 | ^ 100 -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorph.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorphTest.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorphTest.class/instance/setUp.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorphTest.class/instance/setUp.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDieMorphTest.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDieMorphTest.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDroppedMorph.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEDroppedMorph.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEDroppedMorph.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEReceiverMorph.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/SBEReceiverMorph.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Morphic.package/SBEReceiverMorph.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE-Morphic'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Morphic.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-QuickTour.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-QuickTour.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE-QuickTour.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-QuickTour.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE-QuickTour.package/String.extension/instance/shout.st: -------------------------------------------------------------------------------- 1 | *SBE-QuickTour 2 | shout 3 | 4 | ^ self asUppercase , '!' -------------------------------------------------------------------------------- /SmalltalkSources/SBE-QuickTour.package/String.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "String" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-QuickTour.package/StringTest.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "StringTest" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-QuickTour.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-QuickTour.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBECell.class/README.md: -------------------------------------------------------------------------------- 1 | I represent a single cell of a SBEGame. -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBECell.class/instance/initialize.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBECell.class/instance/initialize.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBECell.class/instance/mouseAction..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBECell.class/instance/mouseAction..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBECell.class/instance/mouseUp..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBECell.class/instance/mouseUp..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBECell.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBECell.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBECell.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBECell.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGame.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBEGame.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGame.class/instance/cellsPerSide.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBEGame.class/instance/cellsPerSide.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGame.class/instance/initialize.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBEGame.class/instance/initialize.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGame.class/instance/newCellAt.at..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBEGame.class/instance/newCellAt.at..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGame.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBEGame.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGame.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBEGame.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGameTest.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGameTest.class/instance/setUp.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBEGameTest.class/instance/setUp.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGameTest.class/instance/tearDown.st: -------------------------------------------------------------------------------- 1 | running 2 | tearDown 3 | 4 | game delete. -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGameTest.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBEGameTest.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/SBEGameTest.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Quinto.package/SBEGameTest.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE-Quinto'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Quinto.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEFileStreams.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEFileStreams.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/SBEFileStreams.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistory.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistory.class/instance/canGoBackward.st: -------------------------------------------------------------------------------- 1 | testing 2 | canGoBackward 3 | 4 | ^ stream position > 1 -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistory.class/instance/goBackward.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/SBEHistory.class/instance/goBackward.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistory.class/instance/goForward.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/SBEHistory.class/instance/goForward.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistory.class/instance/goTo..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/SBEHistory.class/instance/goTo..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistory.class/instance/initialize.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/SBEHistory.class/instance/initialize.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistory.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/SBEHistory.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistory.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/SBEHistory.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistoryTest.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistoryTest.class/instance/setUp.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/SBEHistoryTest.class/instance/setUp.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/SBEHistoryTest.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Streams.package/SBEHistoryTest.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE-Streams'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Streams.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBE2main.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBE2main.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBE2main.class/instance/sbeFileName.st: -------------------------------------------------------------------------------- 1 | initialize-release 2 | sbeFileName 3 | ^ 'SBE2.tex' -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBE2main.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBE2main.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBE2main.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBE2main.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/class/dir.file..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/class/dir.file..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/atEnd.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/atEnd.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/dir..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/dir..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/dir.file..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/dir.file..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/dir.st: -------------------------------------------------------------------------------- 1 | accessing 2 | dir 3 | ^ dir -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/file..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/file..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/file.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/file.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/tests.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/tests.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/title.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/instance/title.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEchapter.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEchapter.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEmain.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEmain.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEmain.class/class/testCategory.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEmain.class/class/testCategory.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEmain.class/instance/runTests.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEmain.class/instance/runTests.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEmain.class/instance/sbeFileName.st: -------------------------------------------------------------------------------- 1 | initialize-release 2 | sbeFileName 3 | ^ 'SBE.tex' -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEmain.class/instance/setUp.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEmain.class/instance/setUp.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEmain.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEmain.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEmain.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEmain.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/chapter..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/chapter..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/chapter.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/chapter.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/end..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/end..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/end.st: -------------------------------------------------------------------------------- 1 | accessing 2 | end 3 | ^ end -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/start..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/start..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/start.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/start.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/testName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/testName.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/testSource.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/instance/testSource.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/SBEtest.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Testing.package/SBEtest.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE-Testing'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Testing.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Tests.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Tests.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Tests.package/.squot-contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE-Tests.package/.squot-contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Tests.package/SBEScriptBuilderTest.class/README.md: -------------------------------------------------------------------------------- 1 | Tests isolation mechanism of SBEScriptBuilder. -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Tests.package/SBEScriptBuilderTest.class/instance/testNoop.st: -------------------------------------------------------------------------------- 1 | testing 2 | testNoop 3 | 4 | builder executeSafely: []. -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Tests.package/SBEWorldHelperTest.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Tests.package/SBEWorldHelperTest.class/instance/classUnderTest.st: -------------------------------------------------------------------------------- 1 | accessing 2 | classUnderTest 3 | 4 | ^ SBEWorldHelper -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Tests.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE-Tests'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Tests.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE-Tests.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/class/onDir..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/class/onDir..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/class/onPath..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/class/onPath..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/class/onPath.home..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/class/onPath.home..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/class/selectHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/class/selectHome.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/allHtmlFiles.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/allHtmlFiles.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/htmlFiles.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/htmlFiles.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/initialize.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/initialize.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/makeToc.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/makeToc.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/printOn..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/printOn..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/printTocOn..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/printTocOn..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/removeToc.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/removeToc.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/setDir.home..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/setDir.home..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/tocFileName.st: -------------------------------------------------------------------------------- 1 | toc 2 | tocFileName 3 | ^ 'toc.html' -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/webDirs.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/webDirs.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/webPages.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/instance/webPages.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDir.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDir.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/README.md: -------------------------------------------------------------------------------- 1 | See WebDir class comment -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/head.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/head.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/middle.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/middle.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/setUp.st: -------------------------------------------------------------------------------- 1 | running 2 | setUp 3 | home := self makeFixture. -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/tail.st: -------------------------------------------------------------------------------- 1 | fixture 2 | tail 3 | ^ '

4 | 5 | 6 | 7 | ' -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/tearDown.st: -------------------------------------------------------------------------------- 1 | running 2 | tearDown 3 | self cleanFixture. -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/testDirs.st: -------------------------------------------------------------------------------- 1 | running 2 | testDirs 3 | self assert: [ home webDirs size = 2 ]. -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/testLink.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/testLink.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/testTOC.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/testTOC.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/instance/webDirName.st: -------------------------------------------------------------------------------- 1 | fixture 2 | webDirName 3 | ^ 'DummyWebSite' -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebDirTest.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebDirTest.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebPage.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebPage.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebPage.class/class/on.forHome..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebPage.class/class/on.forHome..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/contents.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/contents.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/fileName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/fileName.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/link.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/link.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/printOn..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/printOn..st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/title.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebPage.class/instance/title.st -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebPage.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebPage.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/WebPage.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/WebPage.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE2-Regex'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'SBE2-Regex') -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-Regex.package/monticello.meta/version -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-Regex.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideDemo.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/SeasideDemo.class/README.md: -------------------------------------------------------------------------------- 1 | WAKom startOn: 8080 2 | 3 | Then open: 4 | 5 | http://localhost:8080/seaside/ -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/SeasideDemo.class/class/canBeRoot.st: -------------------------------------------------------------------------------- 1 | testing 2 | canBeRoot 3 | ^ true -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/SeasideDemoWidget.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/SeasideDialogDemo.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/SeasideEditAnswerDemo.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/SeasideEditCallDemo.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/SeasideFormDemo.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/SeasideFormDemo.class/instance/colors.st: -------------------------------------------------------------------------------- 1 | initialize-release 2 | colors 3 | ^ #( red green blue ) -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/SeasideHtmlDemo.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE2-SeasideDemo'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'SBE2-SeasideDemo') -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideDemo.package/monticello.meta/version -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideDemo.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNCalculator.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNCalculator.class/class/canBeRoot.st: -------------------------------------------------------------------------------- 1 | testing 2 | canBeRoot 3 | ^ true -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNCalculator.class/instance/states.st: -------------------------------------------------------------------------------- 1 | rendering 2 | states 3 | ^ Array with: stackMachine contents -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplay.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplay.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplay.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplay.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplayAnswer.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplayAnswer.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplayStack.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplayStack.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplayTask.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/RPNDisplayTask.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNKeypad.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/RPNKeypad.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNKeypad.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/RPNKeypad.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNTaskedCalculator.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNWidget.class/README.md: -------------------------------------------------------------------------------- 1 | Defines common css style for subclasses. -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/RPNWidget.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/RPNWidget.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/StackMachine.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/StackMachine.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/StackMachine.class/instance/add.st: -------------------------------------------------------------------------------- 1 | operations 2 | add 3 | self binOp: #+. -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/StackMachine.class/instance/div.st: -------------------------------------------------------------------------------- 1 | operations 2 | div 3 | self binOp: #/. -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/StackMachine.class/instance/min.st: -------------------------------------------------------------------------------- 1 | operations 2 | min 3 | self binOp: #-. -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/StackMachine.class/instance/mul.st: -------------------------------------------------------------------------------- 1 | operations 2 | mul 3 | self binOp: #*. -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/StackMachine.class/instance/pop.st: -------------------------------------------------------------------------------- 1 | operations 2 | pop 3 | ^ contents removeFirst -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/StackMachine.class/instance/size.st: -------------------------------------------------------------------------------- 1 | testing 2 | size 3 | ^ contents size -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/StackMachineTest.class/README.md: -------------------------------------------------------------------------------- 1 | Tests for the underlying StackMachine -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'SBE2-SeasideRPN'! 2 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'SBE2-SeasideRPN') -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/SBE2-SeasideRPN.package/monticello.meta/version -------------------------------------------------------------------------------- /SmalltalkSources/SBE2-SeasideRPN.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/.filetree -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/Character.extension/instance/isAlphabetic.st: -------------------------------------------------------------------------------- 1 | *vb-regex 2 | isAlphabetic 3 | ^ self isLetter -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/Character.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "Character" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RegexCompilationError.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RegexError.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RegexError.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RegexError.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RegexError.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RegexError.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RegexMatchingError.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RegexSyntaxError.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RegexSyntaxError.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RegexSyntaxError.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxCharSetParser.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxCharSetParser.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxCharSetParser.class/class/on..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxCharSetParser.class/class/on..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxCharSetParser.class/instance/parse.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxCharSetParser.class/instance/parse.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxCharSetParser.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxCharSetParser.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatchOptimizer.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatchOptimizer.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatchOptimizer.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatchOptimizer.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/class/for..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/class/for..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/class/forString..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/class/forString..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/class/initialize.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/class/initialize.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/atEnd.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/atEnd.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/atEndOfLine.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/atEndOfLine.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/atEndOfWord.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/atEndOfWord.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/buildFrom..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/buildFrom..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/isWordChar..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/isWordChar..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/lastResult.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/lastResult.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/makePlus..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/makePlus..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/makeStar..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/makeStar..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/matches..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/matches..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/matchesIn..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/matchesIn..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/next.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/next.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/position.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/position.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/search..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/search..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/subEnd..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/subEnd..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/supportsSubexpressions.st: -------------------------------------------------------------------------------- 1 | testing 2 | supportsSubexpressions 3 | ^true -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/syntaxAny.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/syntaxAny.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/tryMatch.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/instance/tryMatch.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxMatcher.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxMatcher.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/class/a.introduction..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/class/a.introduction..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/class/c.syntax..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/class/c.syntax..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/class/d.usage..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/class/d.usage..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/class/f.boringStuff..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/class/f.boringStuff..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/class/initialize.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/class/initialize.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/class/parse..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/class/parse..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/class/safelyParse..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/class/safelyParse..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/class/testSuite.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/class/testSuite.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/instance/atom.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/instance/atom.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/instance/branch.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/instance/branch.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/instance/characterSet.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/instance/characterSet.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/instance/match..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/instance/match..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/instance/next.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/instance/next.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/instance/parse..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/instance/parse..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/instance/parseStream..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/instance/parseStream..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/instance/piece.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/instance/piece.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/instance/regex.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/instance/regex.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParser.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParser.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParserTest.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParserTest.class/instance/test.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParserTest.class/instance/test.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxParserTest.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxParserTest.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmBranch.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmBranch.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmBranch.class/instance/beLoopback.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmBranch.class/instance/beLoopback.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmBranch.class/instance/initialize.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmBranch.class/instance/initialize.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmBranch.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmBranch.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmBranch.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmBranch.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmLink.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmLink.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmLink.class/class/new.st: -------------------------------------------------------------------------------- 1 | instance creation 2 | new 3 | ^super new initialize -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmLink.class/instance/initialize.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmLink.class/instance/initialize.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmLink.class/instance/matchAgainst..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmLink.class/instance/matchAgainst..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmLink.class/instance/next..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmLink.class/instance/next..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmLink.class/instance/next.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmLink.class/instance/next.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmLink.class/instance/pointTailTo..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmLink.class/instance/pointTailTo..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmLink.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmLink.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmLink.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmLink.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmMarker.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmMarker.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmMarker.class/instance/index..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmMarker.class/instance/index..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmMarker.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmMarker.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmMarker.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmMarker.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmPredicate.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmPredicate.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmPredicate.class/class/with..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmPredicate.class/class/with..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmPredicate.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmPredicate.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmSpecial.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmSpecial.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmSpecial.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmSpecial.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmSpecial.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmSpecial.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmSubstring.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmSubstring.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmSubstring.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmSubstring.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmTerminator.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmTerminator.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxmTerminator.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxmTerminator.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsBranch.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsBranch.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsBranch.class/instance/branch.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsBranch.class/instance/branch.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsBranch.class/instance/dispatchTo..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsBranch.class/instance/dispatchTo..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsBranch.class/instance/isNullable.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsBranch.class/instance/isNullable.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsBranch.class/instance/piece.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsBranch.class/instance/piece.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsBranch.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsBranch.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsBranch.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsBranch.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharSet.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharSet.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharSet.class/instance/isNegated.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharSet.class/instance/isNegated.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharSet.class/instance/optimalSet.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharSet.class/instance/optimalSet.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharSet.class/instance/predicate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharSet.class/instance/predicate.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharSet.class/instance/predicates.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharSet.class/instance/predicates.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharSet.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharSet.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharSet.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharSet.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharacter.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharacter.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharacter.class/class/with..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharacter.class/class/with..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharacter.class/instance/isAtomic.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharacter.class/instance/isAtomic.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharacter.class/instance/isEnumerable.st: -------------------------------------------------------------------------------- 1 | testing 2 | isEnumerable 3 | ^true -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharacter.class/instance/isNullable.st: -------------------------------------------------------------------------------- 1 | testing 2 | isNullable 3 | ^false -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsCharacter.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsCharacter.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsContextCondition.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsContextCondition.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsContextCondition.class/instance/isNullable.st: -------------------------------------------------------------------------------- 1 | testing 2 | isNullable 3 | ^#syntaxAny ~~ kind -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsEpsilon.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsEpsilon.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsEpsilon.class/instance/isNullable.st: -------------------------------------------------------------------------------- 1 | testing 2 | isNullable 3 | "See comment in the superclass." 4 | ^true -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsEpsilon.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsEpsilon.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsEpsilon.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsEpsilon.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsMessagePredicate.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsMessagePredicate.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsNode.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsNode.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsNode.class/instance/isAtomic.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsNode.class/instance/isAtomic.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsNode.class/instance/isNullable.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsNode.class/instance/isNullable.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsNode.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsNode.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsNode.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsNode.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/atom.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/atom.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/character.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/character.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/dispatchTo..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/dispatchTo..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/isAtomic.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/isAtomic.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/isNullable.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/isNullable.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/isOptional.st: -------------------------------------------------------------------------------- 1 | testing 2 | isOptional 3 | ^min = 0 and: [max = 1] -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/isPlus.st: -------------------------------------------------------------------------------- 1 | testing 2 | isPlus 3 | ^min = 1 and: [max == nil] -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/isSingular.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/isSingular.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/isStar.st: -------------------------------------------------------------------------------- 1 | testing 2 | isStar 3 | ^min = 0 and: [max == nil] -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/max.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/max.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/instance/min.st: -------------------------------------------------------------------------------- 1 | accessing 2 | min 3 | ^min -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPiece.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPiece.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/class/initialize.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/class/initialize.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/beAny.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/beAny.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/beDigit.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/beDigit.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/beGraphics.st: -------------------------------------------------------------------------------- 1 | initialize-release 2 | beGraphics 3 | self 4 | beControl; 5 | negate -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/bePrintable.st: -------------------------------------------------------------------------------- 1 | initialize-release 2 | bePrintable 3 | self 4 | beControl; 5 | negate -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/beSpace.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/beSpace.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/isAtomic.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/isAtomic.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/isEnumerable.st: -------------------------------------------------------------------------------- 1 | testing 2 | isEnumerable 3 | ^false -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/negate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/negate.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/negated.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/negated.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/value..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/instance/value..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsPredicate.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsPredicate.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRange.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRange.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRange.class/class/from.to..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRange.class/class/from.to..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRange.class/instance/enumerateTo..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRange.class/instance/enumerateTo..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRange.class/instance/isEnumerable.st: -------------------------------------------------------------------------------- 1 | testing 2 | isEnumerable 3 | ^true -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRange.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRange.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRange.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRange.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRegex.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRegex.class/README.md -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRegex.class/instance/branch.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRegex.class/instance/branch.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRegex.class/instance/dispatchTo..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRegex.class/instance/dispatchTo..st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRegex.class/instance/isNullable.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRegex.class/instance/isNullable.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRegex.class/instance/regex.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRegex.class/instance/regex.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRegex.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRegex.class/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/RxsRegex.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/RxsRegex.class/properties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/String.extension/instance/asRegex.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/String.extension/instance/asRegex.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/String.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/String.extension/methodProperties.json -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/String.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "String" } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/monticello.meta/categories.st -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'VB-Regex') -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SmalltalkSources/VB-Regex.package/monticello.meta/version -------------------------------------------------------------------------------- /SmalltalkSources/VB-Regex.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /SmalltalkSources/buildFigures.st: -------------------------------------------------------------------------------- 1 | SBEExtractImages new runCi. -------------------------------------------------------------------------------- /SourceControl/SourceControl.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/SourceControl/SourceControl.tex -------------------------------------------------------------------------------- /SourceControl/figures/her cool change set.1.cs: -------------------------------------------------------------------------------- 1 | "stub used for installNewChangeSet.png" 2 | -------------------------------------------------------------------------------- /Streams/Streams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/Streams.tex -------------------------------------------------------------------------------- /Streams/figures/_abcde.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/_abcde.dia -------------------------------------------------------------------------------- /Streams/figures/_abcde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/_abcde.png -------------------------------------------------------------------------------- /Streams/figures/_abcdeStef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/_abcdeStef.graffle -------------------------------------------------------------------------------- /Streams/figures/_abcdeStef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/_abcdeStef.png -------------------------------------------------------------------------------- /Streams/figures/a_bcde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/a_bcde.png -------------------------------------------------------------------------------- /Streams/figures/a_bcdeStef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/a_bcdeStef.graffle -------------------------------------------------------------------------------- /Streams/figures/a_bcdeStef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/a_bcdeStef.png -------------------------------------------------------------------------------- /Streams/figures/ab_cde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/ab_cde.png -------------------------------------------------------------------------------- /Streams/figures/ab_cdeStef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/ab_cdeStef.graffle -------------------------------------------------------------------------------- /Streams/figures/ab_cdeStef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/ab_cdeStef.png -------------------------------------------------------------------------------- /Streams/figures/abcde_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/abcde_.png -------------------------------------------------------------------------------- /Streams/figures/ax_cde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/ax_cde.png -------------------------------------------------------------------------------- /Streams/figures/ax_cdeStef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/ax_cdeStef.graffle -------------------------------------------------------------------------------- /Streams/figures/ax_cdeStef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/ax_cdeStef.png -------------------------------------------------------------------------------- /Streams/figures/emptyStef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/emptyStef.graffle -------------------------------------------------------------------------------- /Streams/figures/emptyStef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/emptyStef.png -------------------------------------------------------------------------------- /Streams/figures/emptyStream.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/emptyStream.dia -------------------------------------------------------------------------------- /Streams/figures/emptyStream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/emptyStream.png -------------------------------------------------------------------------------- /Streams/figures/page1.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page1.dia -------------------------------------------------------------------------------- /Streams/figures/page1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page1.png -------------------------------------------------------------------------------- /Streams/figures/page1Stef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page1Stef.graffle -------------------------------------------------------------------------------- /Streams/figures/page1Stef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page1Stef.png -------------------------------------------------------------------------------- /Streams/figures/page1_.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page1_.dia -------------------------------------------------------------------------------- /Streams/figures/page1_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page1_.png -------------------------------------------------------------------------------- /Streams/figures/page1_Stef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page1_Stef.graffle -------------------------------------------------------------------------------- /Streams/figures/page1_Stef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page1_Stef.png -------------------------------------------------------------------------------- /Streams/figures/page2.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page2.dia -------------------------------------------------------------------------------- /Streams/figures/page2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page2.png -------------------------------------------------------------------------------- /Streams/figures/page2Stef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page2Stef.graffle -------------------------------------------------------------------------------- /Streams/figures/page2Stef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page2Stef.png -------------------------------------------------------------------------------- /Streams/figures/page2_.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page2_.dia -------------------------------------------------------------------------------- /Streams/figures/page2_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page2_.png -------------------------------------------------------------------------------- /Streams/figures/page2_Stef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page2_Stef.graffle -------------------------------------------------------------------------------- /Streams/figures/page2_Stef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page2_Stef.png -------------------------------------------------------------------------------- /Streams/figures/page3.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page3.dia -------------------------------------------------------------------------------- /Streams/figures/page3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page3.png -------------------------------------------------------------------------------- /Streams/figures/page3Stef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page3Stef.graffle -------------------------------------------------------------------------------- /Streams/figures/page3Stef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page3Stef.png -------------------------------------------------------------------------------- /Streams/figures/page3_Stef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page3_Stef.graffle -------------------------------------------------------------------------------- /Streams/figures/page4.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page4.dia -------------------------------------------------------------------------------- /Streams/figures/page4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page4.png -------------------------------------------------------------------------------- /Streams/figures/page4Stef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page4Stef.graffle -------------------------------------------------------------------------------- /Streams/figures/page4Stef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page4Stef.png -------------------------------------------------------------------------------- /Streams/figures/page4_Stef.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page4_Stef.graffle -------------------------------------------------------------------------------- /Streams/figures/page4_Stef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Streams/figures/page4_Stef.png -------------------------------------------------------------------------------- /Syntax/MoreSyntax.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Syntax/MoreSyntax.tex -------------------------------------------------------------------------------- /Syntax/Syntax.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Syntax/Syntax.tex -------------------------------------------------------------------------------- /Syntax/figures/rotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/Syntax/figures/rotated.png -------------------------------------------------------------------------------- /branding/balloon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/branding/balloon.png -------------------------------------------------------------------------------- /clean.command: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | cd `dirname "$0"` 4 | make clean 5 | -------------------------------------------------------------------------------- /common.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/common.tex -------------------------------------------------------------------------------- /commonDemo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/commonDemo.tex -------------------------------------------------------------------------------- /errata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/errata.txt -------------------------------------------------------------------------------- /figures/CreativeCommons-BY-SA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/CreativeCommons-BY-SA.png -------------------------------------------------------------------------------- /figures/badges/download-pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/badges/download-pdf.svg -------------------------------------------------------------------------------- /figures/badges/lulu-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/badges/lulu-print.svg -------------------------------------------------------------------------------- /figures/cover/cover-edition-53-print.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/cover/cover-edition-53-print.pdf -------------------------------------------------------------------------------- /figures/cover/cover-edition-60-plain.afdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/cover/cover-edition-60-plain.afdesign -------------------------------------------------------------------------------- /figures/cover/cover-edition-60-plain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/cover/cover-edition-60-plain.pdf -------------------------------------------------------------------------------- /figures/cover/cover-edition-60-print.afdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/cover/cover-edition-60-print.afdesign -------------------------------------------------------------------------------- /figures/cover/cover-edition-60-print.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/cover/cover-edition-60-print.pdf -------------------------------------------------------------------------------- /figures/cover/cover-print-lulu-template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/cover/cover-print-lulu-template.pdf -------------------------------------------------------------------------------- /figures/sq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/sq.png -------------------------------------------------------------------------------- /figures/squeak-icons.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/squeak-icons.url -------------------------------------------------------------------------------- /figures/squeak-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/squeak-logo.png -------------------------------------------------------------------------------- /figures/squeak-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/figures/squeak-logo.svg -------------------------------------------------------------------------------- /figures/squeak-logo.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://www.rowledge.org/tim/squeak/index.html 3 | -------------------------------------------------------------------------------- /gh-actions-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/gh-actions-release.png -------------------------------------------------------------------------------- /make.command: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | cd `dirname "$0"` 4 | make all 5 | -------------------------------------------------------------------------------- /robustize-figures.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/robustize-figures.tex -------------------------------------------------------------------------------- /titlepage.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpi-swa-lab/SqueakByExample-english/HEAD/titlepage.tex --------------------------------------------------------------------------------