Skip to content

Commit da849ee

Browse files
romainbrenguierJoel Allred
authored and
Joel Allred
committed
Adding conversion for functions of the Java Character library
This processing of java method calls is meant to replace simple methods of the Character Java by expressions on characters. About 60% of the library is supported, but for some of this methods are limited to ASCII characters. This is meant to be run in conjunction with the string refinement so it is called if the string-refine option is activated. Rename conversion_input to conversion_inputt Corrected linting issues
1 parent 6b5d9b7 commit da849ee

File tree

3 files changed

+2668
-1
lines changed

3 files changed

+2668
-1
lines changed

src/java_bytecode/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ SRC = java_bytecode_language.cpp java_bytecode_parse_tree.cpp \
66
java_root_class.cpp java_bytecode_parser.cpp bytecode_info.cpp \
77
java_class_loader.cpp jar_file.cpp java_object_factory.cpp \
88
java_bytecode_convert_method.cpp java_local_variable_table.cpp \
9-
java_pointer_casts.cpp java_utils.cpp
9+
java_pointer_casts.cpp java_utils.cpp \
10+
character_refine_preprocess.cpp \
11+
# Empty last line
1012

1113
INCLUDES= -I ..
1214

0 commit comments

Comments
 (0)