mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	 d3ab37f1df
			
		
	
	
		d3ab37f1df
		
	
	
	
	
		
			
			work. This includes some more code that used to be part of pgen in the main parser; I'm okay with that. I'll see if the Windows build needs work next.
		
			
				
	
	
		
			159 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			159 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
| 
 | |
| #include "pgenheaders.h"
 | |
| #include "metagrammar.h"
 | |
| #include "grammar.h"
 | |
| #include "pgen.h"
 | |
| static arc arcs_0_0[3] = {
 | |
| 	{2, 0},
 | |
| 	{3, 0},
 | |
| 	{4, 1},
 | |
| };
 | |
| static arc arcs_0_1[1] = {
 | |
| 	{0, 1},
 | |
| };
 | |
| static state states_0[2] = {
 | |
| 	{3, arcs_0_0},
 | |
| 	{1, arcs_0_1},
 | |
| };
 | |
| static arc arcs_1_0[1] = {
 | |
| 	{5, 1},
 | |
| };
 | |
| static arc arcs_1_1[1] = {
 | |
| 	{6, 2},
 | |
| };
 | |
| static arc arcs_1_2[1] = {
 | |
| 	{7, 3},
 | |
| };
 | |
| static arc arcs_1_3[1] = {
 | |
| 	{3, 4},
 | |
| };
 | |
| static arc arcs_1_4[1] = {
 | |
| 	{0, 4},
 | |
| };
 | |
| static state states_1[5] = {
 | |
| 	{1, arcs_1_0},
 | |
| 	{1, arcs_1_1},
 | |
| 	{1, arcs_1_2},
 | |
| 	{1, arcs_1_3},
 | |
| 	{1, arcs_1_4},
 | |
| };
 | |
| static arc arcs_2_0[1] = {
 | |
| 	{8, 1},
 | |
| };
 | |
| static arc arcs_2_1[2] = {
 | |
| 	{9, 0},
 | |
| 	{0, 1},
 | |
| };
 | |
| static state states_2[2] = {
 | |
| 	{1, arcs_2_0},
 | |
| 	{2, arcs_2_1},
 | |
| };
 | |
| static arc arcs_3_0[1] = {
 | |
| 	{10, 1},
 | |
| };
 | |
| static arc arcs_3_1[2] = {
 | |
| 	{10, 1},
 | |
| 	{0, 1},
 | |
| };
 | |
| static state states_3[2] = {
 | |
| 	{1, arcs_3_0},
 | |
| 	{2, arcs_3_1},
 | |
| };
 | |
| static arc arcs_4_0[2] = {
 | |
| 	{11, 1},
 | |
| 	{13, 2},
 | |
| };
 | |
| static arc arcs_4_1[1] = {
 | |
| 	{7, 3},
 | |
| };
 | |
| static arc arcs_4_2[3] = {
 | |
| 	{14, 4},
 | |
| 	{15, 4},
 | |
| 	{0, 2},
 | |
| };
 | |
| static arc arcs_4_3[1] = {
 | |
| 	{12, 4},
 | |
| };
 | |
| static arc arcs_4_4[1] = {
 | |
| 	{0, 4},
 | |
| };
 | |
| static state states_4[5] = {
 | |
| 	{2, arcs_4_0},
 | |
| 	{1, arcs_4_1},
 | |
| 	{3, arcs_4_2},
 | |
| 	{1, arcs_4_3},
 | |
| 	{1, arcs_4_4},
 | |
| };
 | |
| static arc arcs_5_0[3] = {
 | |
| 	{5, 1},
 | |
| 	{16, 1},
 | |
| 	{17, 2},
 | |
| };
 | |
| static arc arcs_5_1[1] = {
 | |
| 	{0, 1},
 | |
| };
 | |
| static arc arcs_5_2[1] = {
 | |
| 	{7, 3},
 | |
| };
 | |
| static arc arcs_5_3[1] = {
 | |
| 	{18, 1},
 | |
| };
 | |
| static state states_5[4] = {
 | |
| 	{3, arcs_5_0},
 | |
| 	{1, arcs_5_1},
 | |
| 	{1, arcs_5_2},
 | |
| 	{1, arcs_5_3},
 | |
| };
 | |
| static dfa dfas[6] = {
 | |
| 	{256, "MSTART", 0, 2, states_0,
 | |
| 	 "\070\000\000"},
 | |
| 	{257, "RULE", 0, 5, states_1,
 | |
| 	 "\040\000\000"},
 | |
| 	{258, "RHS", 0, 2, states_2,
 | |
| 	 "\040\010\003"},
 | |
| 	{259, "ALT", 0, 2, states_3,
 | |
| 	 "\040\010\003"},
 | |
| 	{260, "ITEM", 0, 5, states_4,
 | |
| 	 "\040\010\003"},
 | |
| 	{261, "ATOM", 0, 4, states_5,
 | |
| 	 "\040\000\003"},
 | |
| };
 | |
| static label labels[19] = {
 | |
| 	{0, "EMPTY"},
 | |
| 	{256, 0},
 | |
| 	{257, 0},
 | |
| 	{4, 0},
 | |
| 	{0, 0},
 | |
| 	{1, 0},
 | |
| 	{11, 0},
 | |
| 	{258, 0},
 | |
| 	{259, 0},
 | |
| 	{18, 0},
 | |
| 	{260, 0},
 | |
| 	{9, 0},
 | |
| 	{10, 0},
 | |
| 	{261, 0},
 | |
| 	{16, 0},
 | |
| 	{14, 0},
 | |
| 	{3, 0},
 | |
| 	{7, 0},
 | |
| 	{8, 0},
 | |
| };
 | |
| static grammar _PyParser_Grammar = {
 | |
| 	6,
 | |
| 	dfas,
 | |
| 	{19, labels},
 | |
| 	256
 | |
| };
 | |
| 
 | |
| grammar *
 | |
| meta_grammar(void)
 | |
| {
 | |
| 	return &_PyParser_Grammar;
 | |
| }
 | |
| 
 | |
| grammar *
 | |
| Py_meta_grammar(void)
 | |
| {
 | |
|   return meta_grammar();
 | |
| }
 |