"From the ground up" is a quite relative term, especially if you consider Python as the implementation language. I think what you are looking for is the implementation of a domain specific language (DSL). Good starting points might be this book or this one. DSLs are a wide topic, so if you provide more details, we might be able to give better tips.
发布评论
评论(1)
“从头开始”是一个相当相对的术语,特别是如果您将 Python 视为实现语言。我认为您正在寻找的是领域特定语言(DSL)的实现。好的起点可能是这个 图书 或 这个。 DSL 是一个广泛的主题,因此如果您提供更多详细信息,我们也许能够提供更好的提示。
"From the ground up" is a quite relative term, especially if you consider Python as the implementation language. I think what you are looking for is the implementation of a domain specific language (DSL). Good starting points might be this book or this one. DSLs are a wide topic, so if you provide more details, we might be able to give better tips.