Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codezeilen/smalltalkntriples
- Owner: codeZeilen
- License: mit
- Created: 2017-12-11T11:48:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T16:15:07.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T17:49:27.191Z (2 months ago)
- Topics: ohm, ohm-grammar, parser, squeak, triples
- Language: Smalltalk
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```