BadScript 2
Loading...
Searching...
No Matches
BadConstantSubstitutionOptimizer.cs File Reference

Go to the source code of this file.

Classes

class  BadScript2.Optimizations.Substitution.BadConstantSubstitutionOptimizer
 Contains the Implementation of the Constant Substitution Optimization This optimization replaces expressions that only contain constants and constant variables with the result of the expression. More...
 

Namespaces

namespace  BadScript2
 The main namespace for the BadScript2 Language.
 
namespace  BadScript2.Optimizations
 Contains the BadScript2 Optimizations.
 
namespace  BadScript2.Optimizations.Substitution
 Contains the BadScript2 Constant Substitution Optimizations.