summaryrefslogtreecommitdiff
path: root/test/rlhc.d/case/eofact_java.java-J-F1--goto-backend.in
blob: f9b6ce4e64b7c1f0a69a041f4b0680b5c4be6b34 (plain)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
host( "working/eofact_java.rl", 1 ) @{/*
	* @@LANG: java
	* @@GENERATED: true
	*/
	
	
	class eofact_java
	{
		
		
		
		
		
		
		
	}@
	array char _eofact_trans_keys( 0, 7 ) = { u(1), u(0), u(3), u(7), u(2), u(2), u(4), u(4), u(4), u(4), u(5), u(5), u(3), u(3), u(2), u(2), u(6), u(6), u(2), u(2), u(0), u(0), u(1), u(0), u(1), u(0), u(0) };
	
	array s8 _eofact_char_class( 0, 7 ) = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 3, 1, 1, 1, 4, 1, 1, 5, 1, 1, 6, 1, 7, 0 };
	
	array s8 _eofact_index_offsets( 0, 14 ) = { 0, 0, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 14, 0 };
	
	array s8 _eofact_indices( 0, 11 ) = { 0, 1, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 0 };
	
	array s8 _eofact_index_defaults( 0, 1 ) = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 };
	
	array s8 _eofact_trans_cond_spaces( -1, 0 ) = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0 };
	
	array s8 _eofact_cond_targs( 0, 12 ) = { 2, 0, 6, 3, 4, 5, 10, 7, 8, 9, 12, 11, 0 };
	
	array s8 _eofact_cond_actions( 0, 0 ) = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
	
	array s8 _eofact_eof_actions( 0, 5 ) = { 0, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 0, 5, 0 };
	
	array s8 _eofact_nfa_targs( 0, 0 ) = { 0, 0 };
	
	array s8 _eofact_nfa_offsets( 0, 0 ) = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
	
	array s8 _eofact_nfa_push_actions( 0, 0 ) = { 0, 0 };
	
	array s8 _eofact_nfa_pop_trans( 0, 0 ) = { 0, 0 };
	
	value int eofact_start = 1;
	value int eofact_first_final = 10;
	value int eofact_error = 0;
	
	value int eofact_en_main = 1;
	
	host( "working/eofact_java.rl", 35 ) @{
		int cs;
		
		void init()
		{
		}@
		{
			cs = cast(int)eofact_start;
		}
		host( "working/eofact_java.rl", 40 ) @{
		}
		
		void exec( char data[], int len )
		{
			char buffer [] = new char[1024];
			int blen = 0;
			int p = 0;
			int pe = len;
			
			int eof = len;
			String _s;
		}@
		{
			int _trans = 0;
			index char _keys;
			index s8 _inds;
			entry {
				if ( p == pe )
				goto _test_eof;
				if ( cs == 0 )
				goto _out;
				label _resume {
					_keys = offset( _eofact_trans_keys, (cs<<1) );
					_inds = offset( _eofact_indices, _eofact_index_offsets[cs] );
					
					if ( ( deref( data, p )) <= 116 && ( deref( data, p )) >= 10 )
					{
						int _ic = cast(int)_eofact_char_class[cast(int)( deref( data, p )) - 10];
						if ( _ic <= cast(int)deref( _eofact_trans_keys, _keys+1 ) && _ic >= cast(int)deref( _eofact_trans_keys, _keys ) )
						_trans = cast(int)deref( _eofact_indices, _inds + cast(int)( _ic - cast(int)deref( _eofact_trans_keys, _keys ) )  ); 
						else
						_trans = cast(int)_eofact_index_defaults[cs];
					}
					else {
						_trans = cast(int)_eofact_index_defaults[cs];
					}
					
					goto _match_cond;
				}
				label _match_cond {
					cs = cast(int)_eofact_cond_targs[_trans];
					
					if ( cs == 0 )
					goto _out;
					p+= 1;
					if ( p != pe )
					goto _resume;
				}
				label _test_eof { {}
					if ( p == eof )
					{
						switch ( _eofact_eof_actions[cs] ) {
							case 2 {
								host( "working/eofact_java.rl", 15 ) ${System.out.print( "a1\n" );
								}$
							}
							case 4 {
								host( "working/eofact_java.rl", 17 ) ${System.out.print( "a2\n" );
								}$
							}
							case 3 {
								host( "working/eofact_java.rl", 19 ) ${System.out.print( "a3\n" );
								}$
							}
							case 5 {
								host( "working/eofact_java.rl", 21 ) ${System.out.print( "a4\n" );
								}$
							}
							case 1 {
								host( "working/eofact_java.rl", 15 ) ${System.out.print( "a1\n" );
								}$	host( "working/eofact_java.rl", 19 ) ${System.out.print( "a3\n" );
								}$
							}
						}
					}
					
				}
				label _out { {}
				}
			}
		}
		host( "working/eofact_java.rl", 52 ) @{
		}
		
		void finish( )
		{
			if ( cs >= eofact_first_final )
			System.out.println( "ACCEPT" );
			else
			System.out.println( "FAIL" );
		}
		
		static final String inp[] = {
			"",
			"h",
			"hell",
			"hello",
			"hello\n",
			"t",
			"ther",
			"there",
			"friend",
		};
		
		static final int inplen = 9;
		
		public static void main (String[] args)
		{
			eofact_java machine = new eofact_java();
			for ( int i = 0; i < inplen; i++ ) {
				machine.init();
				machine.exec( inp[i].toCharArray(), inp[i].length() );
				machine.finish();
			}
		}
	}
}@