summaryrefslogtreecommitdiff
path: root/src/turtle_common.h
Commit message (Expand)AuthorAgeFilesLines
* Move raptor_turtle_check_uri_string prototype to raptor_internal.hDave Beckett2013-09-151-1/+0
* Ensure only an IRI that matches Turtle rules passes parsingDave Beckett2013-02-241-0/+1
* Added turtle_expand_name_escapes for expanding escapes inlineDave Beckett2013-02-241-0/+1
* Fix DLL export linkage for internal functions needed by the test programsDaniel Richard G2012-09-191-2/+2
* struct raptor_turtle_parser_s: trig field is now int (compiler bugs)Dave Beckett2012-06-061-1/+1
* Use RAPTOR_BAD_CAST and RAPTOR_GOOD_CASTDave Beckett2011-08-311-1/+1
* Initial bison pull parserDave Beckett2011-04-041-0/+3
* Switch to use raptor_parser emitted_default_graph fieldDave Beckett2010-03-271-3/+0
* Update Turtle and TRiG parsers to emit new graph marksDave Beckett2010-03-271-3/+6
* Generate graph name in raptor_statement object for TRIG syntaxDave Beckett2010-02-251-0/+3
* Update rdf namespace concepts to add PlainLiteral, share across parsersDave Beckett2010-01-181-4/+0
* Rename raptor_namespaces/stack functions to lose _v2 in nameDave Beckett2010-01-171-1/+1
* 2008Dave Beckett2008-06-141-1/+1
* Count errors in syntax parsing and do not report errors after the first one. ...Dave Beckett2008-04-151-0/+3
* struct raptor_turtle_parser_s gains trig flag.Dave Beckett2007-06-201-1/+4
* Make internal error/warning/vargs functions use RAPTOR_PRINTF_FORMAT and fix ...Dave Beckett2006-10-061-1/+1
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-5/+2
* Added raptor_stringbuffer* field sbDave Beckett2005-08-161-0/+3
* LGPL / Apache 2.0 licenseDave Beckett2004-09-201-9/+15
* Do not allow any language with datatype literals.Dave Beckett2004-05-121-2/+0
* Add xml_literal_datatype_uri to parser context.Dave Beckett2004-05-021-0/+2
* Add nil/first/rest_uri fieldsDave Beckett2004-01-181-0/+4
* N-Triples Plus to TurtleDave Beckett2004-01-181-10/+10
* Undo n3_syntax_error back to raptor_parser arg.Dave Beckett2003-11-281-1/+1
* The n3_syntax_error aka yyerror function takes a void arg.Dave Beckett2003-11-281-1/+1
* Added lineno to raptor_n3_parser context to track newlines for dos,Dave Beckett2003-11-191-0/+2
* N3 parser/lexer shared internalsDave Beckett2003-10-161-0/+64