aCompetentBean
merged pull request aCompetentBean/gazprea-fuzzer-python#4
2023-11-24 15:47:48 -07:00
Generation Error Mitigation
aCompetentBean
created pull request aCompetentBean/gazprea-fuzzer-python#4
2023-11-24 15:47:41 -07:00
Generation Error Mitigation
aCompetentBean
pushed to ayrton/generation-errors at aCompetentBean/gazprea-fuzzer-python
2023-11-24 15:46:24 -07:00
1c91f6ac86
Generation errors fixed or gracefully handled
aCompetentBean
pushed to ayrton/generation-errors at aCompetentBean/gazprea-fuzzer-python
2023-11-24 09:31:54 -07:00
ddc3875f56
Tried to deal with strange printing and created a problem
1aef59672f
Added extra options to the YAML
aCompetentBean
created branch ayrton/generation-errors in aCompetentBean/gazprea-fuzzer-python
2023-11-24 07:35:40 -07:00
aCompetentBean
pushed to ayrton/generation-errors at aCompetentBean/gazprea-fuzzer-python
2023-11-24 07:35:40 -07:00
aCompetentBean
merged pull request aCompetentBean/gazprea-fuzzer-python#3
2023-11-24 07:34:47 -07:00
Refactored ASTGenerator
15449c8899
Merge pull request 'Refactored ASTGenerator' (#3) from ayrton/refactor into main
5f6b7ab53b
Added all atomic types
8cfbd08708
Added documentation for various generation functions
e2be922455
Fixed documentation for unary ops
5ea6eca0ba
Fixed tests to account for unarys
aCompetentBean
created pull request aCompetentBean/gazprea-fuzzer-python#3
2023-11-24 07:34:39 -07:00
Refactored ASTGenerator
aCompetentBean
pushed to ayrton/refactor at aCompetentBean/gazprea-fuzzer-python
2023-11-24 07:33:52 -07:00
5f6b7ab53b
Added all atomic types
aCompetentBean
pushed to ayrton/refactor at aCompetentBean/gazprea-fuzzer-python
2023-11-24 06:55:42 -07:00
8cfbd08708
Added documentation for various generation functions
aCompetentBean
pushed to ayrton/refactor at aCompetentBean/gazprea-fuzzer-python
2023-11-24 06:32:10 -07:00
e2be922455
Fixed documentation for unary ops
5ea6eca0ba
Fixed tests to account for unarys
3dca7092fa
Refactored the generate_expression method
eba774dd05
Modified routine generation codestyle
e0cd416435
Refactored generate_return
aCompetentBean
created branch ayrton/refactor in aCompetentBean/gazprea-fuzzer-python
2023-11-23 12:52:29 -07:00
aCompetentBean
pushed to ayrton/refactor at aCompetentBean/gazprea-fuzzer-python
2023-11-23 12:52:29 -07:00
7380a89082
Modified code style in ast_generator initializations
Strange XML structures created sometimes...
Currently I am handling it gracefully, you will see the fuzzer provide full output from the run and skip the unparsing of that particular file. It seems to happen about 7% of the time with…
Strange XML structures created sometimes...
Cannot provide full input code since this is all taken from the generator and passed directly to the unparser, I'll be doing a major refactor on friday, so I have a feeling I will discover it then.
Strange XML structures created sometimes...
1da53dba48
Fixed common generation errors
88ef999640
Fixed modulo operator in gazunparser
4d8609c38e
Added correct comparisons and implemented all basic types
09010a4789
fixed bool ops to be in spec
fb36aef06e
Refactor and bugfix for integer division