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.
我正在尝试使用 Irony 构建一种语言。我面临的问题是我希望我的语言具有一些内置数据类型(不仅仅是字符串和 muber,还有一些具有属性的自定义对象等)。在 ExpressionEvaluator 中,我看到了如何添加内置方法,但我看不到如何添加内置数据类型。