Go to file
q66 61960aadaf add a script to list used beta names in a project 2018-08-01 15:10:11 +02:00
utils split off name retrieval into a module 2018-08-01 14:16:34 +02:00
.gitignore add a script to print all non-legacy C names in eo files 2018-07-31 17:02:41 +02:00
README add a script to print all non-legacy C names in eo files 2018-07-31 17:02:41 +02:00
elua_in_tree.sh add a script to print all non-legacy C names in eo files 2018-07-31 17:02:41 +02:00
list_beta_c_names.lua split off name retrieval into a module 2018-08-01 14:16:34 +02:00
list_used_beta_api.lua add a script to list used beta names in a project 2018-08-01 15:10:11 +02:00

README

# Eolian tools

These are various scripts and utilities to be used with Eolian. It may include
things such as various statistics scripts or analysis utilities.

Each utility typically accepts the `-h`/`--help` option for usage.

## Lua scripts

These are invoked using `elua`. You can do so like this:

```
elua script_name.lua <arguments>
```

You can also invoke them using `elua` from inside an EFL tree without
installing it, using the script also provided in this repo:

```
./elua_in_tree.sh ../path/to/EFL script_name.lua <arguments>
```