This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* A parser combinator SPARQL grammar for Scala. | |
* Written in November 2009 by Arto Bendiken <http://ar.to/> | |
* | |
* This is free and unencumbered software released into the public domain. | |
* For more information, please refer to <http://unlicense.org/> | |
*/ | |
package org.datagraph.sparql | |
import java.io.FileReader |