CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2013
    Posts
    2

    javascript universal shift-reduce parser

    Here is an universal parser in javascript: http://synth.wink.ws/moonyparser/

    I've been to hell and back to make it faster, but that's it, shift-reduce can't be much faster. Unfortunately, finding errors in text makes it three times slower. At least it has linear parsing time.

  2. #2
    Join Date
    Jul 2013
    Posts
    2

    Re: javascript universal shift-reduce parser

    i've just fixed some ugly bug about unspecified tokens. sorry for inconvenience.

    oh, did i mention that the code is free for any use? just don't sue me, that's all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured