tests/syntax/identifier/identifier.txt
author Mario de Sousa <msousa@fe.up.pt>
Tue, 25 Dec 2018 12:15:29 +0000
changeset 1077 b37de6a9ad7f
parent 108 f9e001952488
permissions -rwxr-xr-x
partial fix to issue #76 - calculate task periods with 1ms (instead of 1ns) resolution. Allows for tasks with periods larger than 4.295s, but smaller than 50 days.
################
# IL operators #
################
# which are not simultaneously 
#    - keywords (AND, OR, NOT, MOD, XOR), 
#    - or standard funtion name (which by implication are also keywords)
#               (AND, OR, NOT, MOD, XOR, as well as, GE, GT, LE, LT, EQ, NE, SUB, ADD, MUL, DIV) 
#    - or standard function block name (which by implication are also keywords)
#    - invalid identifier name (&, &N)
ANDN
CAL
CALC
CALCN
CD
CLK
CU
IN
JMP
JMPC
JMPCN
LD
LDN
ORN
PT
PV
R
R1
RET
RETC
RETCN
S
S1
ST
STN
XORN


##################
# SFC qualifiers #
##################
D
DS
L
N
P
#R  -> also an IL operator
#S  -> also an IL operator
SD
SL


#####################
# Task initialisers #
#####################
PRIORITY
SINGLE
INTERVAL