Skip to content

Commit 8505448

Browse files
committed
Add new JSON value assignment feature
This commit adds a new file containing a recursive algorithm which, given an exprt and a JSON representation of a value for the exprt, produces codet that assigns the exprt to that value. Some helper functions in other files are also added.
1 parent 30cb2e8 commit 8505448

10 files changed

+1035
-7
lines changed

jbmc/src/java_bytecode/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
SRC = bytecode_info.cpp \
1+
SRC = assignments_from_json.cpp \
2+
bytecode_info.cpp \
23
character_refine_preprocess.cpp \
34
ci_lazy_methods.cpp \
45
ci_lazy_methods_needed.cpp \

0 commit comments

Comments
 (0)