# dsl **Repository Path**: nalinaly/dsl ## Basic Information - **Project Name**: dsl - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-12-23 - **Last Updated**: 2024-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 编译&执行 ```shell git clone https://gitee.com/xuepenginnanjing/dsl.git ast cd ast/src g++ -shared -fPIC -g -lstdc++ ast_wrapper.cpp -o libast.so cd ../ python3 test_ast.py ```