Module parser

Module parser 

Source
Expand description

Contains functions used to parse strings into an AST.

Functionsยง

parse_expr
Parse a single expression.
parse_stmt
Parse a single statement.
parse_stmt_list
Parse a list of statements separated by newlines.