Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oblivious-oblivious/kahlua

Lua interpreter refactor
https://github.com/oblivious-oblivious/kahlua

Last synced: 8 days ago
JSON representation

Lua interpreter refactor

Awesome Lists containing this project

README

        

# kahlua

An effort to make the Lua interpreter readable.

Also fixes Lua by adding 0-based indexing.

# Installation

(Works with [Emeralds](https://github.com/Oblivious-Oblivious/Emeralds))

```sh
em build app release
```

## Usage

Run the interpreter

```sh
./kahlua
```

Interpret a file

```sh
./kahlua
```

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [oblivious](https://github.com/Oblivious-Oblivious) - creator and maintainer