summaryrefslogtreecommitdiff
path: root/test/rlhc.d/case/caseindep_c.c-C-F0--goto-backend.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/rlhc.d/case/caseindep_c.c-C-F0--goto-backend.in')
-rw-r--r--test/rlhc.d/case/caseindep_c.c-C-F0--goto-backend.in153
1 files changed, 153 insertions, 0 deletions
diff --git a/test/rlhc.d/case/caseindep_c.c-C-F0--goto-backend.in b/test/rlhc.d/case/caseindep_c.c-C-F0--goto-backend.in
new file mode 100644
index 00000000..6346d07f
--- /dev/null
+++ b/test/rlhc.d/case/caseindep_c.c-C-F0--goto-backend.in
@@ -0,0 +1,153 @@
+host( "working/caseindep_c.rl", 1 ) @{/*
+ * @@LANG: c
+ * @@GENERATED: true
+ */
+
+ #include <string.h>
+ #include <stdio.h>
+
+
+
+
+
+
+
+}@
+array char _indep_trans_keys( 0, 11 ) = { 1, 0, 2, 3, 9, 9, 8, 8, 10, 10, 10, 10, 11, 11, 0, 0, 5, 9, 4, 8, 6, 10, 6, 10, 7, 11, 1, 0, 0 };
+
+array s8 _indep_char_class( 0, 11 ) = { 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, 2, 2, 2, 3, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 5, 1, 1, 1, 6, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 1, 1, 9, 1, 1, 1, 10, 1, 1, 11, 0 };
+
+array s8 _indep_index_offsets( 0, 33 ) = { 0, 0, 2, 3, 4, 5, 6, 7, 8, 13, 18, 23, 28, 33, 0 };
+
+array s8 _indep_indicies( 0, 12 ) = { 0, 2, 3, 4, 5, 6, 7, 8, 9, 1, 1, 1, 9, 10, 1, 1, 1, 10, 11, 1, 1, 1, 11, 12, 1, 1, 1, 12, 7, 1, 1, 1, 7, 0 };
+
+array s8 _indep_index_defaults( 0, 1 ) = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 };
+
+array s8 _indep_trans_cond_spaces( -1, 0 ) = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0 };
+
+array s8 _indep_cond_targs( 0, 13 ) = { 2, 0, 8, 3, 4, 5, 6, 7, 13, 9, 10, 11, 12, 0 };
+
+array s8 _indep_cond_actions( 0, 0 ) = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
+
+array s8 _indep_nfa_targs( 0, 0 ) = { 0, 0 };
+
+array s8 _indep_nfa_offsets( 0, 0 ) = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
+
+array s8 _indep_nfa_push_actions( 0, 0 ) = { 0, 0 };
+
+array s8 _indep_nfa_pop_trans( 0, 0 ) = { 0, 0 };
+
+value int indep_start = 1;
+value int indep_first_final = 13;
+value int indep_error = 0;
+
+value int indep_en_main = 1;
+
+host( "working/caseindep_c.rl", 27 ) @{
+ int cs;
+ int blen;
+ char buffer[1024];
+
+ void init()
+ {
+ }@
+ {
+ cs = cast(int)indep_start;
+ }
+ host( "working/caseindep_c.rl", 34 ) @{
+ }
+
+ void exec( char *data, int len )
+ {
+ char *p = data;
+ char *pe = data + len;
+ }@
+ {
+ 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( _indep_trans_keys, (cs<<1) );
+ _inds = offset( _indep_indicies, _indep_index_offsets[cs] );
+
+ if ( ( deref( data, p )) <= 111 && ( deref( data, p )) >= 10 )
+ {
+ int _ic = cast(int)_indep_char_class[cast(int)( deref( data, p )) - 10];
+ if ( _ic <= cast(int)deref( _indep_trans_keys, _keys+1 ) && _ic >= cast(int)deref( _indep_trans_keys, _keys ) )
+ _trans = cast(int)deref( _indep_indicies, _inds + cast(int)( _ic - cast(int)deref( _indep_trans_keys, _keys ) ) );
+ else
+ _trans = cast(int)_indep_index_defaults[cs];
+ }
+ else {
+ _trans = cast(int)_indep_index_defaults[cs];
+ }
+
+ goto _match_cond;
+ }
+ label _match_cond {
+ cs = cast(int)_indep_cond_targs[_trans];
+
+ if ( cs == 0 )
+ goto _out;
+ p += 1;
+ if ( p != pe )
+ goto _resume;
+ }
+ label _test_eof { {}
+ }
+ label _out { {}
+ }
+ }
+ }
+ host( "working/caseindep_c.rl", 41 ) @{
+ }
+
+ void finish( )
+ {
+ if ( cs >= indep_first_final )
+ printf( "ACCEPT\n" );
+ else
+ printf( "FAIL\n" );
+ }
+
+ char *inp[] = {
+ "1hello\n",
+ "1HELLO\n",
+ "1HeLLo\n",
+ "2hello\n",
+ "2HELLO\n",
+ "2HeLLo\n",
+ "3hello\n",
+ "3HELLO\n",
+ "3HeLLo\n",
+ "4hello\n",
+ "4HELLO\n",
+ "4HeLLo\n",
+ "5hello\n",
+ "5HELLO\n",
+ "5HeLLo\n",
+ "6hello\n",
+ "6HELLO\n",
+ "6HeLLo\n",
+ };
+
+ int inplen = 18;
+
+ int main( )
+ {
+ int i;
+ for ( i = 0; i < inplen; i++ ) {
+ init();
+ exec( inp[i], strlen(inp[i]) );
+ finish();
+ }
+ return 0;
+ }
+
+}@ \ No newline at end of file