2017 © Pedro Peláez
 

library simple-tokenizer

Simple CSS tokenizer

image

cyberalien/simple-tokenizer

Simple CSS tokenizer

  • Tuesday, April 25, 2017
  • by cyberalien
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

Simple CSS tokenizer

This is a library for parsing stylesheets., (*1)

Unlike proper tokenizers, it is not designed for precision, it is designed for speed., (*2)

What does it do?

It takes css code, splits it into array of selector and rule tokens. It can also build css from array of tokens, that can be used for stuff like simple nested css parser., (*3)

Usage

See unit tests for sample code., (*4)

This library was originally designed for private project, so there isn't much documentation., (*5)

License

This library is licensed under MIT license. That means you can use it in both open source and commercial projects., (*6)

The Versions

25/04 2017

dev-master

9999999-dev https://www.artodia.com/

Simple CSS tokenizer

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

25/04 2017

1.0.2

1.0.2.0 https://www.artodia.com/

Simple CSS tokenizer

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

25/04 2017

1.0.1

1.0.1.0 https://www.artodia.com/

Simple CSS tokenizer

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

18/04 2017

1.0.0

1.0.0.0 https://www.artodia.com/

Simple CSS tokenizer

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires