Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvitajakub/interpreterLua
School interpreter of Lua.
https://github.com/kvitajakub/interpreterLua
Last synced: 2 months ago
JSON representation
School interpreter of Lua.
- Host: GitHub
- URL: https://github.com/kvitajakub/interpreterLua
- Owner: kvitajakub
- Created: 2015-01-17T20:08:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T20:15:08.000Z (about 10 years ago)
- Last Synced: 2024-04-24T15:34:28.472Z (9 months ago)
- Language: C
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - interpreterLua
README
# Interpreter Lua
Interpreter of part of [Lua](http://en.wikipedia.org/wiki/Lua_(programming_language)) language working as command line application. Input is file with code written in Lua and this program will check syntax, compile it into intermediate code and then interpret this code.
Program can deal with most common situations like ifs, cycles, variables, expressions, comments, functions and also have internal functions for sorting (Merge sort) and substring localization.
Project was created as part of [school](http://www.fit.vutbr.cz/) course about compilers.
December 2011
## Authors
* Jakub Kvita - [email protected]
* Ondrej Cienciala
* Martin Krippel
* Robert Pecserke
* Petr Pyszko