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

Go to the source code of this file.

Namespaces

 symbol
 

Constant Groups

 symbol
 

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 = {}