summaryrefslogtreecommitdiff
path: root/src/n3_parser.y
Commit message (Expand)AuthorAgeFilesLines
* Remove experimental N3 flex/bison parser - let turtle parser handle itDave Beckett2010-01-061-1486/+0
* Rename raptor_identifier_type enum and values to raptor_term_typeDave Beckett2010-01-061-26/+26
* Deleted raptor_uri_source enum and removed from raptor_identifierDave Beckett2010-01-061-18/+18
* Make a raptor_statement into a 3-tuple of raptor_term.Dave Beckett2010-01-061-15/+15
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-122/+122
* urlsDave Beckett2009-06-221-1/+1
* HACK: Use fix-bison to pass in pure bison parser param (rdf_parser*) to %dest...Lauri Aalto2008-10-061-4/+20
* Refactored n3_parser/n3_lexer internals to use v2 raptor_world APIs.Lauri Aalto2008-09-181-46/+42
* (FLOATING_LITERAL): missing castLauri Aalto2008-09-121-1/+1
* Refactored raptor_xsd internals to use v2 raptor_world APIs.Lauri Aalto2008-09-121-1/+1
* Moved uri_handler and uri_handler_context to raptor_world.Lauri Aalto2008-09-011-1/+3
* Introduced a raptor_world object for storing library-wide data instead of sta...Lauri Aalto2008-09-011-2/+2
* Count errors in syntax parsing and do not report errors after the first one. ...Dave Beckett2008-04-151-1/+9
* (raptor_*_serializer_register_factory, raptor_*_parser_register_factory) Retu...Lauri Aalto2008-01-111-3/+7
* Changed raptor internal init functions to return error codes.Lauri Aalto2008-01-111-3/+3
* Make raptor_uri_handlers const.Lauri Aalto2007-11-121-1/+1
* (blank) Fix [ propertylist ] lowmem leaks.Lauri Aalto2007-10-251-2/+17
* (raptor_parse_uri_with_connection) Set parser to failed state if raptor_parse...Lauri Aalto2007-10-231-3/+1
* (n3_parser) PREFIX should not be in %destructor listLauri Aalto2007-10-191-1/+1
* (propertyList) Refactored to not use raptor_sequence_disown_at()Lauri Aalto2007-10-051-3/+2
* Memory leak fixes: free resources on error.Lauri Aalto2007-10-041-36/+130
* %destructors for %tokens and not just %types.Lauri Aalto2007-10-021-4/+10
* (raptor_n3_new_triple) Free owned identifiers on alloc error.Lauri Aalto2007-10-011-2/+11
* n3 parser YYERROR on alloc failure. Still leaks memory on errors.Lauri Aalto2007-10-011-6/+44
* n3 parser YYERROR on alloc failure.Lauri Aalto2007-10-011-0/+10
* (raptor_n3_parse_terminate) Do not assume the parser is fully initialized.Lauri Aalto2007-09-271-3/+6
* (n3_parser_error): Invoke raptor_parser_simple_error with aDave Beckett2007-05-271-1/+1
* Rename raptor_generate_id to raptor_parser_internal_generate_id with altered ...Dave Beckett2007-01-271-3/+3
* Make internal error/warning/vargs functions use RAPTOR_PRINTF_FORMAT and fix ...Dave Beckett2006-10-061-2/+2
* Added raptor_get_need_base_uri to return new field need_base_uri_flag in rapt...Dave Beckett2006-08-211-0/+2
* Remove mime_type and uri args from raptor_parser_register_factoryDave Beckett2006-08-211-6/+5
* (raptor_parser_register_factory): Remove mime type arg, nothing uses it nowDave Beckett2006-08-211-1/+0
* Remove %destructor tidy for PREFIXDave Beckett2006-08-211-1/+2
* Add %destructor to tidy up tokens when doing error recovery.Dave Beckett2006-08-211-0/+7
* Added labels for tokens to enable better error messages.Dave Beckett2006-08-201-13/+19
* (raptor_n3_parse_start): Enforce that a base URI is required.Dave Beckett2006-08-151-0/+4
* Remove duplicate symbol PREFIX.Dave Beckett2006-06-271-16/+7
* (raptor_init_parser_n3): Add another N3 mime type possibility.Dave Beckett2006-04-021-0/+1
* (raptor_init_parser_n3): Register n3 mime typeDave Beckett2006-03-271-5/+8
* Remove generating RAPTOR_IDENTIFIER_TYPE_RESOURCE for statementDave Beckett2006-03-181-5/+1
* (directive): Use raptor_new_namespace_from_uri and save stringDave Beckett2006-03-041-3/+1
* Cast for C++Dave Beckett2006-02-191-1/+1
* (statementList): Rewrite to remove all shift/reduce conflicts.Dave Beckett2006-01-151-6/+2
* Make literal be just literals, resource only URI or QNAME.Dave Beckett2006-01-111-25/+25
* Compatibility fixes for older bisons (1.7x) and whitespace edits.Dave Beckett2006-01-101-2/+10
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-2/+0
* Update N3 parser to turtle.Dave Beckett2006-01-021-6/+13
* Added RAPTOR_ASSERT with no return value and use it for turtle and n3Dave Beckett2005-11-031-6/+4
* Revert RAPTOR_IDENTIFIER_TYPE_PREDICATE toDave Beckett2005-11-031-1/+5
* Replace all RAPTOR_IDENTIFIER_TYPE_PREDICATE withDave Beckett2005-09-181-1/+1