14 using System.Collections.Generic;
17 using System.Globalization;
32 source.PreviewPosition = source.Location.Position + Length;
33 var body = source.Text.Substring(source.Location.Position, Length);
override string ReadBody(ParsingContext context, ISourceStream source)
FixedLengthLiteral(string name, int length, TypeCode dataType)
Interface for Terminals to access the source stream and produce tokens.