![]() |
BadScript 2
|
Go to the source code of this file.
Namespaces | |
namespace | BadScript2 |
The main namespace for the BadScript2 Language. | |
namespace | BadScript2.Parser |
Contains the Parser for the BadScript2 Language. | |
namespace | BadScript2.Parser.Expressions |
Contains the Expressions for the BadScript2 Language. | |
namespace | BadScript2.Parser.Expressions.Function |
Contains the Function Expressions for the BadScript2 Language. | |
Enumerations | |
enum | BadScript2.Parser.Expressions.Function.BadFunctionCompileLevel { BadScript2.Parser.Expressions.Function.None , BadScript2.Parser.Expressions.Function.Compiled , BadScript2.Parser.Expressions.Function.CompiledFast } |
The BadFunctionCompileLevel enum defines the different levels of compilation for a function. More... | |