Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 727 Bytes

Misc.md

File metadata and controls

34 lines (24 loc) · 727 Bytes

Misc Documentation

Files

  • *.li - light source code
  • *.lis - light script
  • build.li - light project file. Project file is also made with Light
  • *.js.lis - light script that will be transpiled to JS
  • *.lua.lis - light script that will be transpiled to Lua
  • *.lua.lis - light script that will be transpiled to V

Format

  • All code must be camelCase
  • Files are readed top/down (confirm)

Tools

  • Installer
  • LSP
  • DAP
  • Treesitter
  • Formatter
  • Docs generator
  • Web server
  • Doctor
  • Runner
    • Caching when possible ref 1

References