1AtteanX::Parser::TurtleU:s:eLrexCeorn(t3r)ibuted Perl DoActutmeeanntXa:t:iPoanrser::Turtle::Lexer(3)
2
3
4

NAME

6       AtteanX::Parser::Turtle::Lexer - Tokenizer for parsing Turtle, TriG,
7       and N-Triples
8

VERSION

10       This document describes AtteanX::Parser::Turtle::Lexer version 0.030
11

SYNOPSIS

13        use AtteanX::Parser::Turtle::Lexer;
14        my $l = AtteanX::Parser::Turtle::Lexer->new( file => $fh );
15        while (my $t = $l->get_token) {
16          ...
17        }
18

METHODS

20       "new_token ( $type, $start_line, $start_column, @values )"
21           Returns a new token with the given type and optional values,
22           capturing the current line and column of the input data.
23
24       "get_token"
25           Returns the next token present in the input.
26

BUGS

28       Please report any bugs or feature requests to through the GitHub web
29       interface at <https://github.com/kasei/perlrdf/issues>.
30

AUTHOR

32       Gregory Todd Williams  "<gwilliams@cpan.org>"
33
35       Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
36       software; you can redistribute it and/or modify it under the same terms
37       as Perl itself.
38
39
40
41perl v5.34.0                      2022-01-20 AtteanX::Parser::Turtle::Lexer(3)
Impressum