Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 499 Bytes

File metadata and controls

16 lines (11 loc) · 499 Bytes

Meia-Lua

This respository contains my senior project for Cal Poly, SLO. It will eventually be a type system for the Lua programming language.

Requirements

  • Antlr4 if you intend to change to Lua.g4 grammar file.

Roadmap

  • Type checking for basic types
  • Compilation to standard Lua
  • Type descriptions for builtin library functions
  • Allow type descriptions for custom types i.e. tables
  • A well defined border between typed lua and un-typed lua