-
Notifications
You must be signed in to change notification settings - Fork 2
/
keywords.txt
50 lines (38 loc) · 924 Bytes
/
keywords.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#######################################
# Datatypes (KEYWORD1)
#######################################
rpn_context
#######################################
# Classes (KEYWORD1)
#######################################
#######################################
# Methods and Functions (KEYWORD2)
#######################################
rpn_functions_init
rpn_function_set
rpn_functions_clear
rpn_variable_set
rpn_variable_get
rpn_variable_del
rpn_variables_size
rpn_variable_name
rpn_variables_clear
rpn_stack_clear
rpn_stack_push
rpn_stack_pop
rpn_stack_size
rpn_stack_get
rpn_process
rpn_init
rpn_debug
rpn_error
#######################################
# Instances (KEYWORD2)
#######################################
#######################################
# Constants (LITERAL1)
#######################################
RPN_ERROR_OK
RPN_ERROR_UNKNOWN_TOKEN
RPN_ERROR_ARGUMENT_COUNT_MISMATCH
RPN_ERROR_DIVIDE_BY_ZERO