Hi Olivier, You have set yourself a daunting task ;) What needs to be done, is that you need to build a lexical scanner. And probably a parser after that. Do some reading in that area, and I will help you along. If you want to do this the right way, you can't cut it with a couple of regex expressions, although you surely will need a couple of those. On the bright side, there are javascript lexers and parsers, and the building blocks for those are also available. So if you really want to dive into this, you don't need to create the really hard parts!
Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
