Skip to content

Commit

Permalink
Change lua's bindings to the Bindings section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Irvise committed Oct 25, 2021
1 parent dff67cc commit 1d86af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -663,8 +663,6 @@ language. It is loosely modelled after JUnit and some ideas from AUnit.

#### Programming Languages
- [para-sail](http://parasail-lang.org/) - ParaSail is a highly parallel experimental language, similar to Go and Erlang. Originaly owned by SofCheck (now AdaCore), it is a test project to try new ideas. Expandable pointers is a sample feature that is about to be introduced to SPARK and Ada. There are in fact 4 experimental languages: ParaSail, Sparkel, Javallel, Parython, all sharing bytecode interpreter and LLVM engine.
- [ada-lua](https://github.com/AdaCore/ada-lua) - Ada binding for Lua.
- [coreland-lua-ada](https://github.com/io7m/coreland-lua-ada) - Ada bindings to the Lua language.

#### Misc
- [dhondt](https://github.com/simonjwright/dhondt) - Ada implementation of D’Hondt electoral result calculator.
Expand All @@ -681,6 +679,8 @@ language. It is loosely modelled after JUnit and some ideas from AUnit.
- [tcl-ada-shell](https://github.com/simonjwright/tcladashell) - Tcl Ada SHell (Tash) is an Ada binding to Tcl/Tk.
- [tashy](https://github.com/thindil/tashy) - Tashy is short from Tcl Ada SHell Younger. It is derivate of Tash, focused mostly on Tk binding.
- [hungarian](https://github.com/mosteo/hungarian) - Ada wrapper for the fast Stachniss' Hungarian solver.
- [ada-lua](https://github.com/AdaCore/ada-lua) - Ada binding for Lua.
- [coreland-lua-ada](https://github.com/io7m/coreland-lua-ada) - Ada bindings to the Lua language.

## License

Expand Down

0 comments on commit 1d86af6

Please sign in to comment.