SmalltalkNTriples

Description

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

Details

Source
GitHub
Dialect
squeak (65% confidence)
License
MIT
Stars
1
Created
Dec. 11, 2017
Updated
July 19, 2020
Topics
ohm ohm-grammar parser squeak triples

Categories

Serialization

README excerpt

# 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.
```
← Back to results