Skip to content

Xeukxz/LuaInterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua Interpreter

A Lua interpreter written in TypeScript.

Features:

  • Comments
  • Variables/Assignments
  • Literals (numbers, strings, booleans, nil)
  • Tables (array-style and dictionary-style)
  • Functions
  • Arithmetic and logical expressions
  • Loops (while, for, repeat)
  • If statements
  • Metatables

Globals:

  • print()
  • pairs() and ipairs()
  • setmetatable() and getmetatable()

About

A lua interpreter written in Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages