1095 packages — page 9

CypressReferenceImplementation

GemStone/S implementation of Cypress functionality
GitHub gemstone NOASSERTION

Deep SIXX with XMLPullParser | Something to Talk About

At our company, we develop our GLASS apps in Pharo and then deploy to a GLASS repository on one of our servers, so we sometimes need to copy model objects from one environment to the other. One of our applications …
Web Discovered pharo

Descent

A little language to represent simple data and not be forced to use YAML.
GitHub pharo

DevelopInPharoDeployInGemStone

Compatibility project to develop in Pharo with deployment in GemStone
GitHub pharo MIT

Digester

A port ofApache Digester. The Digester lets you configure an XML -> Object mapping module, which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. Currently only supports basic functionality, the API resembles the …
SqueakSource

DocoptParser

A parser for docopt syntax written in Pharo using PetitParser framework.
GitHub pharo MIT

DomView

This project consist in building a simple web page viewer able to display HTML/CSS contents. For example, a such tool will permit to display mails with HTML code and will be usefull for previewing pages during Seaside application development. The …
SqueakSource squeak

earley-parser

SmalltalkHub

EBNFParser

SmalltalkHub

Ecco

A lightweight model and parser for software ecosystems.
SqueakSource

EmailReplyParser

Parse emails in Smalltalk
GitHub MIT

EmailReplyParser

SmalltalkHub

Exp-STONLimitedReflectionWithMiror

Experimenting on STON with ways to limit the acess to reflective API
GitHub

ExtendedNumberParser

SmalltalkHub pharo

Famix-Perl

A Famix meta-model and a parser for the Perl programming language
GitHub MIT

FamixXML

Extension of Famix to support XML.
SqueakSource

FamixXML

SmalltalkHub

FileDb

Very simple serialization of objects to a file. Slightly modified http://onsmalltalk.com/simple-image-based-persistence-in-squeak from Ramon Leon. I'm using it in some of my projects. It is dedicated to the public domain. (AFAIK Ramon didn't put any licence on his code)
SqueakSource squeak

FileSystemGs

Port of FileSystem implementation to GemStone/S from Pharo
GitHub gemstone NOASSERTION

fisher-parser

Anthony J. Fisher: Parsing van Wijngaarden grammars
GitHub pharo MIT

FluidClassDefinition

to work on a fluid class definition parser
GitHub pharo

FreeType

VMMaker needs FreeTypeConstants. It used to reside in a repository maintained by GemStone but they're turned it into a static file server. So for the sake of VMMaker.oscog this holds onto those older files.
SqueakSource gemstone

Fuel

An open-source (MIT licenced) general-purpose object serialization framework developed in Pharo Smalltalk environment.
SqueakMap squeak

Fuel

A fast and flexible object serialization framework.IMPORTANT NOTE:We have moved toSqueakSource3.Links:Project homeIssue trackingContinuous integration
SqueakSource squeak

Functional Pattern Matching

Most functional programming languages like Haskell or ML allow to define functions using pattern matching. Instead of testing arguments in the body of a message, this allows to specify case-based function definitions in a very elegant way. An example of …
SqueakMap squeak