summaryrefslogtreecommitdiff
path: root/test/rlhc.d/case/caseindep_ruby.rb-R-F0--var-backend.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/rlhc.d/case/caseindep_ruby.rb-R-F0--var-backend.in')
-rw-r--r--test/rlhc.d/case/caseindep_ruby.rb-R-F0--var-backend.in137
1 files changed, 137 insertions, 0 deletions
diff --git a/test/rlhc.d/case/caseindep_ruby.rb-R-F0--var-backend.in b/test/rlhc.d/case/caseindep_ruby.rb-R-F0--var-backend.in
new file mode 100644
index 00000000..1d6fdade
--- /dev/null
+++ b/test/rlhc.d/case/caseindep_ruby.rb-R-F0--var-backend.in
@@ -0,0 +1,137 @@
+host( "working/caseindep_ruby.rl", 1 ) @{#
+ # @@LANG: ruby
+ # @@GENERATED: true
+ #
+
+
+
+
+
+
+
+}@
+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_ruby.rl", 24 ) @{
+
+ def run_machine( data )
+ p = 0
+ pe = data.length
+ eof = data.length
+ cs = 0;
+ _m =
+ _a =
+ buffer = Array.new
+ blen = 0
+}@
+{
+ cs = cast(int)indep_start;
+}
+host( "working/caseindep_ruby.rl", 35 ) @{
+}@
+{
+ uint _trans = 0;
+ uint _have = 0;
+ uint _cont = 1;
+ index char _keys;
+ index s8 _inds;
+ while ( _cont == 1 ) {
+
+ if ( cs == 0 )
+ _cont = 0;
+ _have = 0;
+ if ( p == pe ) {
+ if ( _have == 0 )
+ _cont = 0;
+ }
+ if ( _cont == 1 ) {
+ if ( _have == 0 ) {
+ _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(uint)deref( _indep_indicies, _inds + cast(int)( _ic - cast(int)deref( _indep_trans_keys, _keys ) ) );
+ else
+ _trans = cast(uint)_indep_index_defaults[cs];
+ }
+ else {
+ _trans = cast(uint)_indep_index_defaults[cs];
+ }
+
+ }
+ if ( _cont == 1 ) {
+ cs = cast(int)_indep_cond_targs[_trans];
+
+ if ( cs == 0 )
+ _cont = 0;
+ if ( _cont == 1 )
+ p += 1;
+
+ }}
+ }
+}
+host( "working/caseindep_ruby.rl", 36 ) @{
+ if cs >= indep_first_final
+ puts "ACCEPT"
+ else
+ puts "FAIL"
+ end
+ end
+
+ 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",
+ ]
+
+ inplen = 18
+
+ inp.each { |str| run_machine(str) }
+
+}@ \ No newline at end of file