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
Post a Comment