aboutsummaryrefslogtreecommitdiff
path: root/modules/ansi_c/api
AgeCommit message (Collapse)Author
2021-04-11Initial pass reformatting all code.mitchell
Use clang-format, LuaFormatter, and 100 character limit on lines.
2019-02-16Fixed escaping of newlines in generated Lua API documentation.mitchell
2013-11-07New ANSI C lexer.mitchell
C/C++ lexer was separated into ANSI C and C++ lexers. Also took the opportunity to use shorter macros in compile/run commands.