git-afsantos / bonsai

Simplified interface for syntax trees and program models.
MIT License
16 stars 8 forks source link

Decouple parsers from fs #25

Open KOLANICH opened 3 years ago

KOLANICH commented 3 years ago

It is very inconvenient that this tool assummes that the files are always in FS. Their content can be in a python variable without any writes to fs ...