Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First version of a Turtle Parser (cleaned) #152

Merged
merged 1 commit into from
Nov 19, 2018
Merged

First version of a Turtle Parser (cleaned) #152

merged 1 commit into from
Nov 19, 2018

Commits on Nov 19, 2018

  1. First version of a Turtle Parser

    - Uses recursive descent parsing (LL1-Grammar)
    
    - Currently Lexing is done manually using google's re2 regexes.
    - Sometimes lexing is done with custom c++-code when faster (e.g. for
      whitespace)
    - Probably better to write a proper Lexer using longest match or use
       Lexer generator
    
    - Bzip2 Decompression still has some flaws.
    - passing a *.ttl file with the -n argument of IndexBuilderMain will use the turtle parser
    joka921 authored and niklas88 committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    a68459b View commit details
    Browse the repository at this point in the history