976 packages — page 6

XMLParser

GitHub 1 stars MIT

XMLPullParser

XML Pull Parser
GitHub 1 stars MIT

XMLWriter

GitHub 1 stars MIT

yaml-parser

Experimental YAML parser
GitHub 1 stars

A4BPInGemStone

SmalltalkHub gemstone

accparser

Parser for ACC files.
SqueakSource

Actalk

The Actalk testbed is designed to help understanding, classifying, designing, combining, and experimenting with various OOCP languages and constructs.Actalk is implemented and integrated within Squeak environment. The testbed includes the kernel which models basic OOCP model (that is serialized active …
SqueakMap squeak

Ada

An attempt to write an Ada parser with PetitParser and maybe use it within Moose.
SqueakSource

AlatarToFamix

Builds a Famix model from the xml generated by Alatar.
GitHub MIT

Announcements

A port of the Announcements framework to GemStone
GitHub gemstone MIT

ANTLR

This project provides runtime classes for ANTLR parser generator
SqueakSource

ApartmentMaintenance

A web application using seaside framework; intended to learn the framework; tried to implement features such as Uploading data from CSV file, Downloading data into CSV file, Hierarchical access controls, Persistence using Sandstone. Either login as admin (same for password) …
SqueakSource

AsSourceCode

Serialize objects's instances as source code for Pharo
GitHub pharo

AstSerializer

an rb ast serializer, in a very erlier pre alpha state :-)
SqueakSource

AuDSL

this is an internal domain specific language, a pidgin, for Harel statecharts embedded in Helvetia It uses - the petitParser in Pharo and - the editor integration and syntax highlighting of helvetia Requires: - Pharo 1.1 - Helvetia-loader-lr.40 and packages …
SqueakSource pharo

AuDSL3

this is the pharo 1.1 compatible edition of the AuDSL, a domain specific language for Harel Statecharts. It contains an AuDSL3-Parserscript as well as the equivalent PetitParser methods. Requires: PetitParser-lr.194 (source.lukas-renggli.ch/petit) _ for documentation see wiki
SqueakSource pharo

AvatoxMooseImporter

AvatoxMooseImporter is an importer for Moose. It is used to load Avatox XML files generated from ADA code. Currently, AvatoxMooseImporter requires CAnalyzer to be loaded.
SqueakSource

BBC Radio Recorder

This application reads reads BBC Radio program schedule information and uses it to build a selection list from which the user can select a program to record in MP4 format which can be played on IPod. (BBC IPlayer did not …
SqueakMap squeak

beaufort

Experiments in JWT (JSON Web Token) processing in Squeak Smalltalk
GitHub squeak MIT

Benchmarking

A set of Squeak benchmarks; note that they come from various sources though all are open by any reasonable standard. Benchmark - the old Green Book code, modernised a little to run on Squeak 4-ish images. MacroBenchmarks - some larger …
SqueakMap squeak

Benchmarks

This package contains some classic Benchmarks. 1). GreenbookBenchmarks, Squeak Version by Tim Rowledge The MacroBenchmarks. Now with their own class ("MacroBenchmarks"). Reports an array of times taken to run a number of macro operations indicative of typical Squeak activity, each …
SqueakMap squeak

BerSt

BerSt - an interchangable object serializer.BerSt is a fully functional object serializer which supports shared/circular references.BerSt is built on BERT serialization protocol. All objects are represented as BERT tuples. You can easily debug binary data contents by a normal inspector. …
SqueakSource

BERT

BERT implementation in Squeak (http://bert-rpc.org/).BERT is a lightweight interchangeable serialization format between Ruby, Python, PERL, JavaScript, Erlang, Lua, etc.This core package does not include BERT-RPC nor ObjectStreaming (BerSt).VW version is also available on StORE.
SqueakSource squeak

Bindings

With code you should (in the future) be able to take the headers of some library, parse them and generate the bindings for its functions and structures. For now it only includes a PetitParser scanner.
SqueakSource

BitmapCharacterSet

BitmapCharacterSet is a set for characters that uses a bitmap for storing wide characters and an array of truth values for byte characters. Used by XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap squeak