Top "Parse-error" questions

An error of language resulting from code that does not conform to the syntax of the programming language.

Java + jackson parsing error Unrecognized character escape

I need to do a POST json string , using HttpClient. Following will be the code i have. From the other …

java json jackson http-post parse-error
Haskell: Parse error in pattern

Who likes to tell me what is wrong with this code (syntactically)? -- merge two sorted lists mergeX [] b res = …

haskell pattern-matching operator-precedence parse-error
“Unexpected T_OBJECT_OPERATOR” error in PHP

I am getting the following error: Parse error: syntax error, unexpected T_OBJECT_OPERATOR in.. on line 52. Line 52 is if ($…

php mysql object parse-error
PHP Version 5.2.14 / Parse error: syntax error, unexpected T_FUNCTION, expecting ')'

I have a certain piece of code that I'm trying to use with PHP Version 5.2.14 . Is it incompatible?? I run …

php parsing parse-error
Why parse error? Indentation?

I wrote this code: addNums key num = add [] key num where add res a:as b:bs | a == [] = res | otherwise = …

haskell pattern-matching indentation parse-error
Use echo inside php one line if statement

I use to write one line if statements combined with echo like this: <?php echo ( true ) ? 'true' : 'false'; ?> …

php syntax parse-error
Haskell - defining a function with guards inside a 'where'

I'm just starting out at teaching myself Haskell. This code is supposed to do prime factorisation: divides :: Integer -> …

haskell where-clause parse-error
Custom Control in ASP.NET C#

I created a simple custom control that only inherits from the Literal control, and doesn't have any extensions yet, code …

asp.net custom-controls parse-error extending-classes
Node.js JSON parsing error

I am attempting to make a Facebook application with node.js, however I'm having trouble in checking signed requests. Every …

javascript json facebook node.js parse-error
parse error on input `=' in Haskell

I wrote the following function in Haskell coordenadas :: (Floating a) => String -> (a, a, a) coordenadas linea = (x, …

haskell parse-error