Skip to content

Commit 4d97359

Browse files
author
Kapil Borle
committed
Add Ast property to TokenOperations
1 parent 294ab5c commit 4d97359

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Engine/TokenOperations.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public class TokenOperations
2525
private LinkedList<Token> tokensLL;
2626
private readonly Ast ast;
2727

28+
public Ast Ast { get { return ast; } }
29+
2830
/// <summary>
2931
/// Initializes the fields of the TokenOperations class.
3032
/// </summary>

0 commit comments

Comments
 (0)