Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Lisp式の評価方法と同様に、Pythonでシンボリック式を解析および操作するために使用できるPythonモジュールはありますか?
pyparsing (リンク切れ- ただし、github: pyparsingを参照) には、例として S 式パーサーが付属しています。こちらを参照してください。