<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div class="default-style"> 
   <div class="default-style">
    package irk;
   </div> 
   <div class="default-style">
    public enum Irk
    <br>{
    <br>IRK, END_IRK, HASH, END_HASH, COLON, ARRAY, END_ARRAY, QUOTE, END_QUOTE, COMMA;
   </div> 
   <div class="default-style">
    public static String is_irk = " i**********irk0"; // when the character irk is detected, the language irk is present
    <br>public static String is_end_irk = " i**********irk1";
    <br>public static String is_hash = " i**********irk2";
    <br>public static String is_end_hash = " i**********irk3";
    <br>public static String is_colon = " i**********irk4";
    <br>public static String is_array = " i**********irk5";
    <br>public static String is_end_array = " i**********irk6";
    <br>public static String is_quote = " i**********irk7";
    <br>public static String is_end_quote = " i**********irk8";
    <br>public static String is_comma = " i**********irk9";
    <br>
    <br>// start single
    <br>public static String do_irk_pattern = " i**********irk0 i**********irk0 i**********irk2 i**********irk4 i**********irk3 i**********irk1 i**********irk1";
    <br>// is_irk
    <br>public static String is_irk_double = " i**********irk0 i**********irk0";
    <br>public static String is_irk_content = " i**********irk0 i**********irk0 i**********irk2";
    <br>public static String is_irk_content_okay = " i**********irk0 i**********irk0 i**********irk2 i**********irk4";
    <br>public static String is_irk_content_end = " i**********irk0 i**********irk0 i**********irk2 i**********irk4 i**********irk3";
    <br>public static String is_irk_end = " i**********irk0 i**********irk0 i**********irk2 i**********irk4 i**********irk3 i**********irk1";
    <br>public static String is_irk_complete = " i**********irk0 i**********irk0 i**********irk2 i**********irk4 i**********irk3 i**********irk1 i**********irk1"; 
    <br>public static String check_irk_pattern_present = " i**********irk0 i**********irk1";
    <br>public static String check_hash_pattern_present = " i**********irk2 i**********irk3";
    <br>public static String check_is_colon_pattern_present = " i**********irk4";
    <br>public static String find_insert_for_key = " i**********irk2 i**********irk4";
    <br>public static String do_irk_key = " i**********irk7 i**********irk8";
    <br>public static String is_quote_pattern = " i**********irk7 i**********irk8";
    <br>//| store physical address of key
    <br>public static String find_insert_for_value = " i**********irk4 i**********irk3";
    <br>// if list value
    <br>// go sub
    <br>public static String do_irk_value_array = " i**********irk5 i**********irk6";
    <br>public static String is_array_pattern = " i**********irk5 i**********irk6"; 
    <br>//| store physical address of array value
    <br>// end sub
    <br>// if single value
    <br>// go sub
    <br>public static String do_irk_value_quotes = " i**********irk7 i**********irk8";
    <br>// is_quote_pattern 
    <br>//| store physical address of single value
    <br>// end sub
    <br>// if hash value
    <br>// go sub
    <br>public static String do_irk_value_hash = " i**********irk2 i**********irk3";
    <br>// is_hash_pattern 
    <br>//| store physical address of hash value
    <br>// end sub
    <br>// stop
    <br>
    <br>public static String is_comma_pattern = " i**********irk9";
    <br>}
   </div> 
  </div> 
 </body>
</html>