Go to file
q66 7f8e6528fe add a mode to list only-legacy names 2018-08-29 12:49:07 +02:00
utils add a mode to list only-legacy names 2018-08-29 12:49:07 +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 add a mode to list only-legacy names 2018-08-29 12:49:07 +02:00
list_used_beta_api.lua enable the scripts to work in efl 1.20 environment 2018-08-03 01:24:25 +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>
```