Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Any good javascript parser out there?

Reply
Thread Tools

Any good javascript parser out there?

 
 
Tom
Guest
Posts: n/a
 
      04-27-2006

Is there any good javascript parser that can evaluate your code and show where
you have syntax error and such?

/Tom
 
Reply With Quote
 
 
 
 
Ian Collins
Guest
Posts: n/a
 
      04-27-2006
Tom wrote:
> Is there any good javascript parser that can evaluate your code and show where
> you have syntax error and such?
>

Firefox?

--
Ian Collins.
 
Reply With Quote
 
 
 
 
Randy Webb
Guest
Posts: n/a
 
      04-27-2006
Tom said the following on 4/26/2006 10:12 PM:
> Is there any good javascript parser that can evaluate your code and show where
> you have syntax error and such?


A novel idea for you - try a browser. They are pretty good at showing
errors.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
 
Reply With Quote
 
Assad Afzal
Guest
Posts: n/a
 
      04-27-2006

Tom wrote:
> Is there any good javascript parser that can evaluate your code and show where
> you have syntax error and such?
>
> /Tom


I don't really know of any effective parsers, but Mozilla has a really
good debugger, which lets you step through your code as it is executed.

Some text editors check basic syntax. Try the trial version of
Ultraedit, textpad or jext to see if they help.

Assad Afzal

 
Reply With Quote
 
Douglas Crockford
Guest
Posts: n/a
 
      04-29-2006
> Is there any good javascript parser that can evaluate your code and show where
> you have syntax error and such?


Try JSLint. http://www.JSLint.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
501 PIX "deny any any" "allow any any" Any Anybody? Networking Student Cisco 4 11-16-2006 10:40 PM
import parser does not import parser.py in same dir on win Joel Hedlund Python 2 11-11-2006 03:46 PM
XML Parser VS HTML Parser ZOCOR Java 11 10-05-2004 01:58 PM
XMLparser: Difference between parser.setErrorHandler() vs. parser.setContentHandler() Bernd Oninger Java 0 06-09-2004 01:26 AM
XMLparser: Difference between parser.setErrorHandler() vs. parser.setContentHandler() Bernd Oninger XML 0 06-09-2004 01:26 AM



Advertisments