Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenslang_version_syn.h
Go to the documentation of this file.
00001 ".syntax version_directive;\n" 00002 "version_directive\n" 00003 " version_directive_1 .and .loop version_directive_2;\n" 00004 "version_directive_1\n" 00005 " prior_optional_spaces .and optional_version_directive .and .true .emit $;\n" 00006 "version_directive_2\n" 00007 " prior_optional_spaces .and version_directive_body .and .true .emit $;\n" 00008 "optional_version_directive\n" 00009 " version_directive_body .or .true .emit 10 .emit 1;\n" 00010 "version_directive_body\n" 00011 " '#' .and optional_space .and \"version\" .and space .and version_number .and optional_space .and\n" 00012 " new_line;\n" 00013 "version_number\n" 00014 " version_number_110;\n" 00015 "version_number_110\n" 00016 " leading_zeroes .and \"110\" .emit 10 .emit 1;\n" 00017 "leading_zeroes\n" 00018 " .loop zero;\n" 00019 "zero\n" 00020 " '0';\n" 00021 "space\n" 00022 " single_space .and .loop single_space;\n" 00023 "optional_space\n" 00024 " .loop single_space;\n" 00025 "single_space\n" 00026 " ' ' .or '\\t';\n" 00027 "prior_optional_spaces\n" 00028 " .loop prior_space;\n" 00029 "prior_space\n" 00030 " c_style_comment_block .or cpp_style_comment_block .or space .or new_line;\n" 00031 "c_style_comment_block\n" 00032 " '/' .and '*' .and c_style_comment_rest;\n" 00033 "c_style_comment_rest\n" 00034 " .loop c_style_comment_char_no_star .and c_style_comment_rest_1;\n" 00035 "c_style_comment_rest_1\n" 00036 " c_style_comment_end .or c_style_comment_rest_2;\n" 00037 "c_style_comment_rest_2\n" 00038 " '*' .and c_style_comment_rest;\n" 00039 "c_style_comment_char_no_star\n" 00040 " '\\x2B'-'\\xFF' .or '\\x01'-'\\x29';\n" 00041 "c_style_comment_end\n" 00042 " '*' .and '/';\n" 00043 "cpp_style_comment_block\n" 00044 " '/' .and '/' .and cpp_style_comment_block_1;\n" 00045 "cpp_style_comment_block_1\n" 00046 " cpp_style_comment_block_2 .or cpp_style_comment_block_3;\n" 00047 "cpp_style_comment_block_2\n" 00048 " .loop cpp_style_comment_char .and new_line;\n" 00049 "cpp_style_comment_block_3\n" 00050 " .loop cpp_style_comment_char;\n" 00051 "cpp_style_comment_char\n" 00052 " '\\x0E'-'\\xFF' .or '\\x01'-'\\x09' .or '\\x0B'-'\\x0C';\n" 00053 "new_line\n" 00054 " cr_lf .or lf_cr .or '\\n' .or '\\r';\n" 00055 "cr_lf\n" 00056 " '\\r' .and '\\n';\n" 00057 "lf_cr\n" 00058 " '\\n' .and '\\r';\n" 00059 ".string __string_filter;\n" 00060 "__string_filter\n" 00061 " .loop __identifier_char;\n" 00062 "__identifier_char\n" 00063 " 'a'-'z' .or 'A'-'Z' .or '_' .or '0'-'9';\n" 00064 "" Generated on Sat May 26 2012 04:19:22 for ReactOS by
1.7.6.1
|