Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oblivious-oblivious/kahlua
- Owner: Oblivious-Oblivious
- License: mit
- Created: 2024-07-31T19:04:51.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T14:36:31.000Z (5 months ago)
- Last Synced: 2024-08-06T16:57:29.570Z (5 months ago)
- Language: C
- Size: 444 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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