Top "Syntax-error" questions

A syntax error occurs when a program does not follow the syntactical rules of the programming language.

Declaring an array within an entity in VHDL

I'm trying to make a buffer to hold 16, 16-bit wide instructions for a small CPU design. I need a way …

syntax-error vhdl hdl
Incrementing Multiple Genvars in Verilog Generate Statement

I'm trying to create a multi-stage comparator in verilog and I can't figure out how to increment multiple genvars in …

hardware syntax-error verilog system-verilog hdl
nlme error "Invalid formula for groups" although random effect specified

I have done some searching for this, but the mailing list posts I have found are associated with the person …

r syntax-error glm nonlinear-functions
MySQL error - "You have an error in your SQL syntax"

The error message I got: You have an error in your SQL syntax; check the manual that corresponds to your …

php mysql syntax syntax-error mysql-error-1064
Is there a method in angularJS thats equal to getJSON. [Newbie alert]

I'm newbie at javascript, angularJS and JQuery, but I have just started programming a angularJS app where i use JQuery …

javascript jquery angularjs syntax-error getjson
Spring MVC 3 Form Validator not displaying Error message in .jsp

I entered in Spring Web MVC Framework not long ago thus I am a complete beginner. Right now I am …

java jsp spring-mvc syntax-error spring-form
Codekit Uglify.js 'Unexpected token punc' error

I'm not sure where my syntax / unexpected token error is My full jQuery function on jsfiddle: http://jsfiddle.net/leongaban/…

jquery syntax-error uglifyjs codekit
Error when combining IIF and 'Is Null'

I need to combine three columns representing address lines into one column, in order to compose the entire address here. …

sql-server syntax-error iif
Unknown class? C2143 syntax error: missing ";" before '*'

I get the error "C2143: syntax error: missing ';' before '*' in Track.h I believe this is …

c++ syntax syntax-error rhapsody
syntax error on nonlocal statement in Python

I would like to test the example of the use of the nonlocal statement specified in the answer on this …

python syntax-error python-2.x python-nonlocal