# lucomp **Repository Path**: uyami/lucomp ## Basic Information - **Project Name**: lucomp - **Description**: 用来补全代码的库 - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lucomp 介绍 补全工具,基于libclang,然后用lua脚本处理数据.分为几部分处理补全 ### 目录说明 core/ 基于libclang的c源码,注意在makefile中更改库搜索路径.生成lua调用 lulsp/ Language Server protocol的实现,现成暂时可以使用vscode-clangd vim/ 最初实现的版本,现在代码太混乱,暂时未整理 ### 注意 lulsp: 需要添加编译开关,在lcc.lua查找cxx_flags_add,添加头文件搜索路径 #### 基于MIT协议