Lexer written in Javascript?
Posted
by Phobis
on Stack Overflow
See other posts from Stack Overflow
or by Phobis
Published on 2009-12-01T02:16:25Z
Indexed on
2010/05/17
6:30 UTC
Read the original article
Hit count: 221
I have a project where a user needs to define a set of instructions for a ui that is completely written in javascript. I need to have the ability to parse a string of instructions and then translate them into instructions. Is there any libraries out there for parsing that are 100% javascript? Or a generator that will generate in javascript? Thanks!
© Stack Overflow or respective owner