Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 330 Bytes

File metadata and controls

16 lines (9 loc) · 330 Bytes

AST_tasting

AST를 핥짝해보자

예제코드 : https://github.com/kyletolle/texor/blob/master/texor.c 커널 텍스트 에디터 오픈소스

►Example JSON

-> python3 ./BasicPrograming/generate_ast.py ./BasicPrograming/ExampleCode.c

►AST_parser 작동방법

-> gcc -o AST AST_parsing.c

-> ./AST {Json파일이름}