JS/CC is a parser generator for JavaScript/ECMAScript, which is entirely written in ECMAScript itself. It produces LALR(1) parsers with integrated lexical analyzers. JS/CC can run as a website or be invoked from a console, and runs on several platforms.
Be the first to post a text review of JS/CC LALR(1) Parser Generator. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Happy holidays to all, there is a new version 0.32 update in the svn repository. Check out the new parser drivers build-in features, including integrated line- and column reporting! This is only for testing, yet, but will continue. We hope you've had nice Christmas and we wish you a happy new year 2009!
There is a new development snapshot online that comes with some nice improvements. [+] Extended control on lexical analysis; Using the regular expression matching rules, the lexer's behavior can now be modified at recognition time, by simply using a "continue" to continune lexical analysis on the next tokens, or optionally a "break", to stop the lexer and return the currently matched token. The whitespace-symbol is now declared deprecated with this new possibility. [+] Improved error reporting in JS/CC, now with line numbers and filename [+] New error resynchronization token, which is simply the tilde-symbol '~'; It can be used to defined error resynchronization rules that are entered when parse errors occur, to continue the parse at a lower level within the grammar [+] Rewritten error recovery in all parser drivers, using an error token instead of panic-mode error recovery
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?