Echelon Neuron C User Manual

Page 241

Advertising
background image

Neuron C Reference Guide

221

add-op

:

one

of

+ | -

multiplicative-expr

:

multiplicative-expr

mul-op

cast-expr

cast-expr

mul-op

:

one

of

* | / | %


cast-expr

:

(

abstract-type

)

cast-expr

unary-expr

unary-expr

:

unary-op

cast-expr

sizeof

unary-expr

sizeof (

abstract-type

)

predefined-event

unary-op

:

one

of

* | & | ! | ~ | + | - | ++ | --


postfix-expr

:

postfix-expr

[

expression

]

postfix-expr

->

identifier

postfix-expr

.

identifier

postfix-expr

++

postfix-expr

--

postfix-expr

actual-parameters

primary-expr

actual-parameters

:

(

actual-parameter-list

)

( )

actual-parameter-list

:

actual-parameter-list

,

assign-expr

assign-expr

Advertising