mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
implemented readExpr & readType
This commit is contained in:
@@ -10,7 +10,7 @@ template <class V>
|
||||
using Namespace = ref<Node<V>>;
|
||||
|
||||
template <class V>
|
||||
class Node {
|
||||
class PGF_INTERNAL_DECL Node {
|
||||
public:
|
||||
size_t sz;
|
||||
ref<V> value;
|
||||
|
||||
Reference in New Issue
Block a user