BadScript 2
Loading...
Searching...
No Matches
BadBooleanExpression.cs
Go to the documentation of this file.
2
4
9{
15 public BadBooleanExpression(bool value, BadSourcePosition position) : base(value, position) { }
16}
Describes a specific position inside a source file.
BadBooleanExpression(bool value, BadSourcePosition position)
Constructor of the Boolean Expression.
Contains Shared Data Structures and Functionality.
Contains the Constant Expressions for the BadScript2 Language.