BadScript 2
Loading...
Searching...
No Matches
BadNullToken.cs
Go to the documentation of this file.
2
4
9{
14 public BadNullToken(BadSourcePosition position) : base(position) { }
15
17 public override BadPrimitiveType Type => BadPrimitiveType.Null;
18}
Describes a specific position inside a source file.
BadNullToken(BadSourcePosition position)
Constructor for the Null token.
Contains Shared Data Structures and Functionality.
BadPrimitiveType
Primitive Types.
Contains the Primitive Tokens for the BadScript2 Language.