syntax-checking
Are there any AWK syntax checkers?
Are there any AWK syntax checkers? I\'m interested in both minimal checkers that only flag syntax errors and more extensive checkers along the lines of lint.[详细]
2023-03-30 08:15 分类:问答Is there a better way to check Python code for a syntax errors without external modules?
As the title says, is there a better way to check a Python source for syntax errors without the use开发者_如何学编程 of external modules?[详细]
2023-03-23 15:37 分类:问答Parentheses pairing ({}[]()<>) issue
I want to be able to pair up all parentheses in a string, if they aren\'t paired then then they get their index number and False. It seems like it is repeating some values over and over, i.e cl == pop[详细]
2023-03-20 16:47 分类:问答Determine the positivenes or negativeness of a generic statement
I want to know if a twit is positive or negative. For example: thesis: jonas brothers eat charcoal \"Jonas Brothers are going to eat charcoal\" >>> Positive[详细]
2023-03-06 08:02 分类:问答PHP Syntax Checking in Notepad++
is there a pl开发者_JS百科ugin for notepad++ that allows for files to be run through a compiler for simple syntax checking? such as to catch missing ; or or non-matching brace counts, etc.?Not tested[详细]
2023-03-01 18:57 分类:问答Recursive Descent Parsing in pascal syntax parser
I have got one question about writing recursive descent parsing for checking pascal grammar. I have got this code for example:[详细]
2023-02-23 18:10 分类:问答math syntax checker written in python
All I need is to check, using python, if a string is a valid math expression or not. For simplicity let\'s say I just need + - * / operators (+ - as unary too) with numbers and nested parenthesis. I[详细]
2023-02-08 03:29 分类:问答Why doesn't 'haml --check' find this glaring syntax error
I was looking for rake tasks that would help me track down syntax errors, and I came across haml --check as a possible solution for double checking haml files. Unfortunately, when I passed it this bro[详细]
2023-02-03 17:50 分类:问答static/compile time check for javascript with jquery?
I know javascript (or at least a version of it) can be compiled into .NET provided certain conditions are met. How can i do a compile time or static syntax check on javascript i am writing? The catch[详细]
2023-01-27 22:25 分类:问答How can I check the syntax of Python script without executing it?
I used to use perl -c programfile to c开发者_运维知识库heck the syntax of a Perl program and then exit without executing it. Is there an equivalent way to do this for a Python script?You can check the[详细]
2023-01-27 14:52 分类:问答