Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
symbol Namespace Reference

Functions

def main
 

Variables

int single_input = 256
 
int file_input = 257
 
int eval_input = 258
 
int funcdef = 259
 
int parameters = 260
 
int varargslist = 261
 
int fpdef = 262
 
int fplist = 263
 
int stmt = 264
 
int simple_stmt = 265
 
int small_stmt = 266
 
int expr_stmt = 267
 
int augassign = 268
 
int print_stmt = 269
 
int del_stmt = 270
 
int pass_stmt = 271
 
int flow_stmt = 272
 
int break_stmt = 273
 
int continue_stmt = 274
 
int return_stmt = 275
 
int yield_stmt = 276
 
int raise_stmt = 277
 
int import_stmt = 278
 
int import_as_name = 279
 
int dotted_as_name = 280
 
int dotted_name = 281
 
int global_stmt = 282
 
int exec_stmt = 283
 
int assert_stmt = 284
 
int compound_stmt = 285
 
int if_stmt = 286
 
int while_stmt = 287
 
int for_stmt = 288
 
int try_stmt = 289
 
int except_clause = 290
 
int suite = 291
 
int test = 292
 
int and_test = 293
 
int not_test = 294
 
int comparison = 295
 
int comp_op = 296
 
int expr = 297
 
int xor_expr = 298
 
int and_expr = 299
 
int shift_expr = 300
 
int arith_expr = 301
 
int term = 302
 
int factor = 303
 
int power = 304
 
int atom = 305
 
int listmaker = 306
 
int lambdef = 307
 
int trailer = 308
 
int subscriptlist = 309
 
int subscript = 310
 
int sliceop = 311
 
int exprlist = 312
 
int testlist = 313
 
int testlist_safe = 314
 
int dictmaker = 315
 
int classdef = 316
 
int arglist = 317
 
int argument = 318
 
int list_iter = 319
 
int list_for = 320
 
int list_if = 321
 
dictionary sym_name = {}
 

Function Documentation

def symbol.main ( )

Definition at line 87 of file symbol.py.

References token.main().

87 
88 def main():
89  import sys
90  import token
91  if len(sys.argv) == 1:
92  sys.argv = sys.argv + ["Include/graminit.h", "Lib/symbol.py"]
93  token.main()

Variable Documentation

int and_expr = 299

Definition at line 56 of file symbol.py.

int and_test = 293

Definition at line 50 of file symbol.py.

int arglist = 317

Definition at line 74 of file symbol.py.

int argument = 318

Definition at line 75 of file symbol.py.

int arith_expr = 301

Definition at line 58 of file symbol.py.

int assert_stmt = 284

Definition at line 41 of file symbol.py.

int atom = 305

Definition at line 62 of file symbol.py.

int augassign = 268

Definition at line 25 of file symbol.py.

int break_stmt = 273

Definition at line 30 of file symbol.py.

int classdef = 316

Definition at line 73 of file symbol.py.

int comp_op = 296

Definition at line 53 of file symbol.py.

int comparison = 295

Definition at line 52 of file symbol.py.

int compound_stmt = 285

Definition at line 42 of file symbol.py.

int continue_stmt = 274

Definition at line 31 of file symbol.py.

int del_stmt = 270

Definition at line 27 of file symbol.py.

int dictmaker = 315

Definition at line 72 of file symbol.py.

int dotted_as_name = 280

Definition at line 37 of file symbol.py.

int dotted_name = 281

Definition at line 38 of file symbol.py.

int eval_input = 258

Definition at line 15 of file symbol.py.

int except_clause = 290

Definition at line 47 of file symbol.py.

int exec_stmt = 283

Definition at line 40 of file symbol.py.

int expr = 297

Definition at line 54 of file symbol.py.

int expr_stmt = 267

Definition at line 24 of file symbol.py.

int exprlist = 312

Definition at line 69 of file symbol.py.

int factor = 303

Definition at line 60 of file symbol.py.

int file_input = 257

Definition at line 14 of file symbol.py.

int flow_stmt = 272

Definition at line 29 of file symbol.py.

int for_stmt = 288

Definition at line 45 of file symbol.py.

int fpdef = 262

Definition at line 19 of file symbol.py.

int fplist = 263

Definition at line 20 of file symbol.py.

int funcdef = 259

Definition at line 16 of file symbol.py.

int global_stmt = 282

Definition at line 39 of file symbol.py.

int if_stmt = 286

Definition at line 43 of file symbol.py.

int import_as_name = 279

Definition at line 36 of file symbol.py.

int import_stmt = 278

Definition at line 35 of file symbol.py.

int lambdef = 307

Definition at line 64 of file symbol.py.

int list_for = 320

Definition at line 77 of file symbol.py.

int list_if = 321

Definition at line 78 of file symbol.py.

int list_iter = 319

Definition at line 76 of file symbol.py.

int listmaker = 306

Definition at line 63 of file symbol.py.

int not_test = 294

Definition at line 51 of file symbol.py.

int parameters = 260

Definition at line 17 of file symbol.py.

int pass_stmt = 271

Definition at line 28 of file symbol.py.

int power = 304

Definition at line 61 of file symbol.py.

int print_stmt = 269

Definition at line 26 of file symbol.py.

int raise_stmt = 277

Definition at line 34 of file symbol.py.

int return_stmt = 275

Definition at line 32 of file symbol.py.

int shift_expr = 300

Definition at line 57 of file symbol.py.

int simple_stmt = 265

Definition at line 22 of file symbol.py.

int single_input = 256

Definition at line 13 of file symbol.py.

int sliceop = 311

Definition at line 68 of file symbol.py.

int small_stmt = 266

Definition at line 23 of file symbol.py.

int stmt = 264

Definition at line 21 of file symbol.py.

int subscript = 310

Definition at line 67 of file symbol.py.

int subscriptlist = 309

Definition at line 66 of file symbol.py.

int suite = 291

Definition at line 48 of file symbol.py.

dictionary sym_name = {}

Definition at line 81 of file symbol.py.

int term = 302

Definition at line 59 of file symbol.py.

int test = 292

Definition at line 49 of file symbol.py.

int testlist = 313

Definition at line 70 of file symbol.py.

int testlist_safe = 314

Definition at line 71 of file symbol.py.

int trailer = 308

Definition at line 65 of file symbol.py.

int try_stmt = 289

Definition at line 46 of file symbol.py.

int varargslist = 261

Definition at line 18 of file symbol.py.

int while_stmt = 287

Definition at line 44 of file symbol.py.

int xor_expr = 298

Definition at line 55 of file symbol.py.

int yield_stmt = 276

Definition at line 33 of file symbol.py.