MParser/Lexer/TriviaType.cs
2018-03-31 21:51:53 +02:00

8 lines
97 B
C#

namespace Lexer
{
public enum TriviaType
{
Whitespace,
Comment
}
}