Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codezeilen/smalltalkntriples

A Squeak/Smalltalk parser for the N-Triples RDF serialization format.
https://github.com/codezeilen/smalltalkntriples

ohm ohm-grammar parser squeak triples

Last synced: 11 days ago
JSON representation

A Squeak/Smalltalk parser for the N-Triples RDF serialization format.

Awesome Lists containing this project

README

        

# Smalltalk N-Triples Parser [![Build Status](https://travis-ci.org/codeZeilen/SmalltalkNTriples.svg?branch=master)](https://travis-ci.org/codeZeilen/SmalltalkNTriples)

A Squeak/Smalltalk parser for the N-Triples RDF serialization format.

## Installation
1. Make sure [Metacello](https://github.com/dalehenrich/metacello-work) is installed.
2. Install with:

```Smalltalk
Metacello new
baseline: 'NTriples';
repository: 'github://codeZeilen/SmalltalkNTriples/repository';
load.
```