mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
a bit more documentation copied from Java
This commit is contained in:
@@ -16,6 +16,9 @@ namespace PGFSharp
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// A representation for an abstract syntax tree.
|
||||
/// </summary>
|
||||
public abstract class Expr
|
||||
{
|
||||
internal IntPtr DataPtr => NativeGU.gu_variant_open(_ptr).Data; // PgfExprLit*
|
||||
|
||||
Reference in New Issue
Block a user