text parsing - Is there any other way of lexing JavaScript into token excep contect free grammar provided in ECMAScript specification? -


i looking state machine representation transformation of javascript string tokens, there other alternative representations? state machine or automata's representation?

javascript can't tokenized finite-state automaton, because goal symbol each successive token determined state of syntactic parse @ point.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -