1AtteanX::Parser::TurtleU:s:eLrexCeorn(t3r)ibuted Perl DoActutmeeanntXa:t:iPoanrser::Turtle::Lexer(3)
2
3
4
6 AtteanX::Parser::Turtle::Lexer - Tokenizer for parsing Turtle, TriG,
7 and N-Triples
8
10 This document describes AtteanX::Parser::Turtle::Lexer version 0.033
11
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
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
28 Please report any bugs or feature requests to through the GitHub web
29 interface at <https://github.com/kasei/perlrdf/issues>.
30
32 Gregory Todd Williams "<gwilliams@cpan.org>"
33
35 Copyright (c) 2014--2022 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.38.0 2023-07-20 AtteanX::Parser::Turtle::Lexer(3)