Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generates report and implement most of pretty printer functions #16

Merged
merged 12 commits into from
Mar 9, 2024

Conversation

julianayang777
Copy link
Contributor

  • New: Generates a json file report.json that contains some execution metrics and counter models that were found during the execution.
  • Implemented pretty printer functions with the layout that it has in the to string functions for modules (Implement the remaining pretty printers for all the modules #13). The only module that does not have pretty printer functions implemented is HeapTree.ml.
  • Rename the entry point function from aenima to main
  • Rename the module PathCondition to PC
  • Grouped heap modules in the directory Heap

@julianayang777 julianayang777 requested a review from filipeom March 6, 2024 11:27
bin/commands/cmd_execute.ml Outdated Show resolved Hide resolved
lib/fmt.ml Outdated Show resolved Hide resolved
lib/fmt.ml Outdated Show resolved Hide resolved
lib/fmt.ml Outdated Show resolved Hide resolved
lib/Callstack.ml Outdated Show resolved Hide resolved
lib/Program.ml Outdated Show resolved Hide resolved
lib/Return.ml Outdated Show resolved Hide resolved
lib/SState.ml Outdated Show resolved Hide resolved
lib/State.ml Outdated Show resolved Hide resolved
lib/interpreter.ml Outdated Show resolved Hide resolved
@julianayang777 julianayang777 requested a review from filipeom March 8, 2024 17:45
lib/Callstack.ml Outdated Show resolved Hide resolved
lib/Heap/HeapArrayFork.ml Outdated Show resolved Hide resolved
lib/Heap/HeapArrayFork.ml Outdated Show resolved Hide resolved
lib/Heap/HeapArrayITE.ml Outdated Show resolved Hide resolved
lib/Heap/HeapArrayITE.ml Outdated Show resolved Hide resolved
lib/Heap/HeapConcrete.ml Outdated Show resolved Hide resolved
lib/Heap/HeapConcrete.ml Outdated Show resolved Hide resolved
lib/Heap/HeapOpList.ml Outdated Show resolved Hide resolved
lib/PC.ml Outdated Show resolved Hide resolved
@julianayang777 julianayang777 requested a review from filipeom March 9, 2024 00:21
@julianayang777 julianayang777 merged commit c9da7be into main Mar 9, 2024
2 checks passed
@julianayang777 julianayang777 deleted the write_report branch March 9, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants