Pages: 1
Topic closed
Hi everybody !Is it possible to retrieve an AST from a Scratch script ?Thanx in advance
Offline
What's an AST?
scimonster wrote:What's an AST?
Is it this?
Yes, an abstract syntax tree.
I think you'd have to write it yourself or write a program that uses Kurt (a Python library that can parse the Scratch binary file) to write one for you after parsing scripts.