Konstantin8105 / c4go

Transpiling C code to Go code
MIT License
363 stars 37 forks source link

Auto debug #405

Closed Konstantin8105 closed 5 years ago

Konstantin8105 commented 5 years ago

Input files : C codes. Output files: C codes with debug information. Main idea: compare debug files from C and Go codes. Information for debug:

Konstantin8105 commented 5 years ago

Design c4go debug -prefix="debug" kilo.c Output file : debug.kilo.c

Konstantin8105 commented 5 years ago

Use ast for clarifying type and var name for debugging in function