Friday, June 7, 2013

First version on GitHub

Welcome back,

After days of fine tuning, bug fixing and hard working, I finally finished a first version that demonstrates the concepts I exposed in my first posts.

To celebrate this, I created a GitHub account and each version will be published through it: https://github.com/ArnaudBuchholz/gpf-js. On top of that, the last version will always be published on my personnal website: http://buchholz.free.fr/gpf-js/

For instance, to test the release 'compiler', go to:
http://buchholz.free.fr/gpf-js/release.html
To test the debug version:
http://buchholz.free.fr/gpf-js/test.html
And to test the release version:
http://buchholz.free.fr/gpf-js/test.html?release

There are still some bugs that must be addressed, especially in the JavaScript tokenizer but they don't prevent the 'compiler' to work.

The next steps on this blog are:
- Add some colors and benefit from the tokenizer to add syntax highlighting to the javascript snippets
- Explain the technics used in this first version (dynamic loading of sources, uri creation, code rewriting)

And then, expand the library with new features.

No comments:

Post a Comment