Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Python AST Guide

Pythonの抽象構文木(AST)を使って

  • コード解析
  • 安全な式評価
  • 自動コード変換
    などを行う方法をまとめたノートです。

Files

Path 説明
notebooks/python_ast_guide.ipynb Qiita記事で紹介したすべてのコード
src/safe_eval.py 安全な eval の実装 (ASTベース)

使い方

git clone https://github.com/your-name/your-repo.git
cd your-repo

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages