Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ale_python_parser

Parses Python source code into an AlephTree. Built on top of rustpython-parser.

Installation

[dependencies]
ale_python_parser = "0.1"

Usage

let ast = ale_python_parser::python_parse(source_code);

Example

Input:

def add(a, b):
    return a + b

Produces an AlephTree::LetRec with two arguments and an Add body.

Related

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages