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파일이름}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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파일이름}