Skip to content

lauk20/lua-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lua-interpreter

An interpreter built in C++ for the Lua programming language. The interpreter implements a scanner, recursive-descent parser, and tree-walk interpreter.

Features

  • Functions
  • Numeric For Loops
  • While Loops
  • Variables
  • Local Variables
  • Expressions
    • Primary
    • Unary
    • Binary
    • Logical and & or
  • Conditional statements

About

A Lua interpreter made with C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors