예제 #1
0
 public void Push(ITextualReader reader)
 {
     Push(reader, FileSystem.CurrentPath());
 }
예제 #2
0
 public ParseContext(ITextualReader reader, string currentPath)
     : this(currentPath)
 {
     Reader = reader;
 }