solidity/tools/yulPhaser
cameel 785f65d0f5 [yul-phaser] Make Program and Population classes accept source code rather than file path
- I need some sample .yul files for testing but I see that existing tests generally have source code hard-coded in them rather than in standalone .yul files. There are lots of .yul files but they seem to be automatically processed by a special test case rather loaded ad-hoc by manually created tests.
- Program and Population required a file name until now. I'm making them accept loaded source code to be able to give them data hard-coded in a test.
2020-02-05 18:13:30 +01:00
..
Chromosome.cpp [yul-phaser] Remove Chromosome::allStepNamesExcept() 2020-02-05 18:13:30 +01:00
Chromosome.h [yul-phaser] Remove Chromosome::allStepNamesExcept() 2020-02-05 18:13:30 +01:00
Exceptions.h [yul-phaser] Add Program class 2020-02-05 18:13:30 +01:00
main.cpp [yul-phaser] Make Program and Population classes accept source code rather than file path 2020-02-05 18:13:30 +01:00
Population.cpp [yul-phaser] Make Program and Population classes accept source code rather than file path 2020-02-05 18:13:30 +01:00
Population.h [yul-phaser] Make Program and Population classes accept source code rather than file path 2020-02-05 18:13:30 +01:00
Program.cpp [yul-phaser] Make Program and Population classes accept source code rather than file path 2020-02-05 18:13:30 +01:00
Program.h [yul-phaser] Make Program and Population classes accept source code rather than file path 2020-02-05 18:13:30 +01:00
Random.cpp [yul-phaser] Add random number generators using Mersenne Twister from boost 2020-02-05 18:13:30 +01:00
Random.h [yul-phaser] Add random number generators using Mersenne Twister from boost 2020-02-05 18:13:30 +01:00