Tuesday, June 18, 2013

Blog and web site update

A quick update of the blog to insert tools used to:
  • reformat javascript snippets (using tokenizer)
  • add some colors (with a custom CSS)
A demonstration? look at the following snippet:

// This is an example of dynamically reformatted JavaScript code alert( "Hello world!" );
Everything has been uploaded to GitHub.
The same way, I updated the web site (http://buchholz.free.fr/gpf-js) to reflect the latest updates.

I am preparing a big article on the way the tokenizer works so stay tuned to the blog.

No comments:

Post a Comment