Skip to content

Vivtek/Decl-Tok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decl-Tok

Decl::Tok is the first-line tokenizer for the Decl language; it takes a line iterator
(or a string that is turned into one) and returns a token stream iterator. Most parsing
is done at a later stage; the point of this tokenizer is to be as lightweight as possible to
allow indexing of codebases without a full parse.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Decl::Tok

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Decl-Tok

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Decl-Tok

    CPAN Ratings
        http://cpanratings.perl.org/d/Decl-Tok

    Search CPAN
        http://search.cpan.org/dist/Decl-Tok/



About

Tokenizer for Decl syntactic level

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages