ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

slang_pp_version_syn.h
Go to the documentation of this file.
00001 
00002 /* DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED FROM THE .syn FILE */
00003 
00004 ".syntax version_directive;\n"
00005 "version_directive\n"
00006 "   version_directive_1;\n"
00007 "version_directive_1\n"
00008 "   prior_optional_spaces .and optional_version_directive .and .true .emit $;\n"
00009 "optional_version_directive\n"
00010 "   version_directive_body .or .true .emit 10 .emit 1;\n"
00011 "version_directive_body\n"
00012 "   '#' .and optional_space .and \"version\" .and space .and version_number .and optional_space .and\n"
00013 "   new_line;\n"
00014 "version_number\n"
00015 "   version_number_100 .or version_number_110 .or version_number_120;\n"
00016 "version_number_100\n"
00017 "   leading_zeroes .and \"100\" .emit 0 .emit 1;\n"
00018 "version_number_110\n"
00019 "   leading_zeroes .and \"110\" .emit 10 .emit 1;\n"
00020 "version_number_120\n"
00021 "   leading_zeroes .and \"120\" .emit 20 .emit 1;\n"
00022 "leading_zeroes\n"
00023 "   .loop zero;\n"
00024 "zero\n"
00025 "   '0';\n"
00026 "space\n"
00027 " single_space .and .loop single_space;\n"
00028 "optional_space\n"
00029 " .loop single_space;\n"
00030 "single_space\n"
00031 " ' ' .or '\\t';\n"
00032 "prior_optional_spaces\n"
00033 "   .loop prior_space;\n"
00034 "prior_space\n"
00035 "   c_style_comment_block .or cpp_style_comment_block .or space .or new_line;\n"
00036 "c_style_comment_block\n"
00037 " '/' .and '*' .and c_style_comment_rest;\n"
00038 "c_style_comment_rest\n"
00039 " .loop c_style_comment_char_no_star .and c_style_comment_rest_1;\n"
00040 "c_style_comment_rest_1\n"
00041 " c_style_comment_end .or c_style_comment_rest_2;\n"
00042 "c_style_comment_rest_2\n"
00043 " '*' .and c_style_comment_rest;\n"
00044 "c_style_comment_char_no_star\n"
00045 " '\\x2B'-'\\xFF' .or '\\x01'-'\\x29';\n"
00046 "c_style_comment_end\n"
00047 " '*' .and '/';\n"
00048 "cpp_style_comment_block\n"
00049 " '/' .and '/' .and cpp_style_comment_block_1;\n"
00050 "cpp_style_comment_block_1\n"
00051 " cpp_style_comment_block_2 .or cpp_style_comment_block_3;\n"
00052 "cpp_style_comment_block_2\n"
00053 " .loop cpp_style_comment_char .and new_line;\n"
00054 "cpp_style_comment_block_3\n"
00055 " .loop cpp_style_comment_char;\n"
00056 "cpp_style_comment_char\n"
00057 " '\\x0E'-'\\xFF' .or '\\x01'-'\\x09' .or '\\x0B'-'\\x0C';\n"
00058 "new_line\n"
00059 " cr_lf .or lf_cr .or '\\n' .or '\\r';\n"
00060 "cr_lf\n"
00061 " '\\r' .and '\\n';\n"
00062 "lf_cr\n"
00063 "   '\\n' .and '\\r';\n"
00064 ".string __string_filter;\n"
00065 "__string_filter\n"
00066 " .loop __identifier_char;\n"
00067 "__identifier_char\n"
00068 " 'a'-'z' .or 'A'-'Z' .or '_' .or '0'-'9';\n"
00069 ""

Generated on Mon May 28 2012 04:20:19 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.