Skip to content

CppCXY/EmmyLuaCodeStyle

Repository files navigation

EmmyLuaCodeStyle

English doc

BreakChange

整个项目被重写了, 文档以后再写

项目介绍

该项目是基于C++的lua代码解析\格式化\代码诊断算法库和语言服务实例

该项目主要追求的是合理的格式化,多样的代码风格诊断

该项目除了提供语言服务实例,也提供独立的命令行工具CodeFormat,他能用于批量的代码格式化和代码风格检查。

Feature

  • 文档格式化
  • 范围格式化
  • 代码格式检查
  • 代码拼写检查
  • 可以作为lua库/cli工具/C++解析lua库/语言服务使用

RoadMap

  • plugin[0%]

文档

Contribute

任何pr或者issue都是欢迎的

Build

如果希望能自己编译该项目,确保自己的编译器能基本支持C++20:

  • VS2019 16.10以上
  • gcc 10以上
  • clang 10以上
mkdir build && cd build
cmake ..
cmake --build . 

Developed By

@CppCXY

Contributors

@obszczymucha

@Rainer Poisel

License

MIT

About

fast, powerful, and feature-rich Lua formatting and checking tool.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors