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: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T16:15:07.000Z (about 5 years ago)
- Last Synced: 2025-01-14T12:15:55.210Z (4 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 [](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.
```