polserver/pol-core/bscript/compiler/optimizer
2020-09-05 01:19:12 -07:00
..
BinaryOperatorOptimizer.cpp Optimizations: binary operators (#266) 2020-09-02 00:27:09 -07:00
BinaryOperatorOptimizer.h Optimizations: binary operators (#266) 2020-09-02 00:27:09 -07:00
BinaryOperatorWithFloatOptimizer.cpp Fix divide-by-zero errors, and mask FormatError if it were thrown in a destructor. (#271) 2020-09-05 01:19:12 -07:00
BinaryOperatorWithFloatOptimizer.h Optimizations: binary operators (#266) 2020-09-02 00:27:09 -07:00
BinaryOperatorWithIntegerOptimizer.cpp Fix divide-by-zero errors, and mask FormatError if it were thrown in a destructor. (#271) 2020-09-05 01:19:12 -07:00
BinaryOperatorWithIntegerOptimizer.h Optimizations: binary operators (#266) 2020-09-02 00:27:09 -07:00
BinaryOperatorWithStringOptimizer.cpp Optimizations: binary operators (#266) 2020-09-02 00:27:09 -07:00
BinaryOperatorWithStringOptimizer.h Optimizations: binary operators (#266) 2020-09-02 00:27:09 -07:00
ConstantValidator.cpp Add support for const declarations (#264) 2020-09-01 00:54:24 -07:00
ConstantValidator.h Add support for const declarations (#264) 2020-09-01 00:54:24 -07:00
Optimizer.cpp New compiler: assignment to local and global variables. (#269) 2020-09-04 00:10:38 -07:00
Optimizer.h New compiler: assignment to local and global variables. (#269) 2020-09-04 00:10:38 -07:00
ReferencedFunctionGatherer.cpp New compiler: Add AST nodes for function calls. Can compile hello world. (#240) 2020-08-24 01:47:38 -07:00
ReferencedFunctionGatherer.h New compiler: Add AST nodes for function calls. Can compile hello world. (#240) 2020-08-24 01:47:38 -07:00
UnaryOperatorOptimizer.cpp New compiler: Add optimized unary expressions (#244) 2020-08-26 19:24:47 -07:00
UnaryOperatorOptimizer.h New compiler: Add optimized unary expressions (#244) 2020-08-26 19:24:47 -07:00
ValueConsumerOptimizer.cpp New compiler: assignment to local and global variables. (#269) 2020-09-04 00:10:38 -07:00
ValueConsumerOptimizer.h New compiler: assignment to local and global variables. (#269) 2020-09-04 00:10:38 -07:00