-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnonterminals.txt
76 lines (76 loc) · 1.06 KB
/
nonterminals.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
program
newlines
empty
imports
import
definitions_and_statements
type
types
definition
variable_definition
function_definition
function_naming
function_body
statement
statements
return_statement
assignment_statement
assign
call_statement
if_statement
simple_if_statement
if_body
compound_if_statement
if_elseif_statements
elseif_statement
else_block
match_statement
match_cases
match_case
match_default
case_body
loop_statement
while_statement
loop_beginning
for_statement
for_beginning
continue_statement
break_statement
pass_statement
comment
multiline_comment
oneline_comment
comments
nonexecutables
parameters
class_parameters
parameter
simple_parameter
default_parameter
class_definition
class_naming
class_body
fields_declarations
field_declaration
constructor_definition
constructor_naming
constructor_body
super_init_call
methods_definitions
method_definition
method_naming
expression
binary_operator
binary_expression
unary_expression
call_expression
call
items
item
compound_identifier
arguments
literal_expression
literal
identifier_expression
subscript_expression
error