BadScript 2
Loading...
Searching...
No Matches
BadPrimitiveToken.cs
Go to the documentation of this file.
2
4
8public abstract class BadPrimitiveToken : BadToken
9{
14 protected BadPrimitiveToken(BadSourcePosition position) : base(position) { }
15
19 public abstract BadPrimitiveType Type { get; }
20}
Describes a specific position inside a source file.
Base Class for All tokens.
Definition BadToken.cs:9
BadPrimitiveType Type
The Primitive Type of the Token.
BadPrimitiveToken(BadSourcePosition position)
Constructor for primitive tokens.
Contains Shared Data Structures and Functionality.
BadPrimitiveType
Primitive Types.
Contains the Primitive Tokens for the BadScript2 Language.