1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-12-22 07:20:09 -08:00

Merge branch 'master' of github.com:DanilaFe/abacus

This commit is contained in:
Danila Fedorin 2017-07-24 14:38:17 -07:00
commit d4a55f71f5

View File

@ -1,2 +1,10 @@
# Resources # Resources
* Shunting Yard and extensions - http://wcipeg.com/wiki/Shunting_yard_algorithm * Shunting Yard and extensions - http://wcipeg.com/wiki/Shunting_yard_algorithm
## Lua
* Lua Implementor - http://lua-users.org/wiki/LuaImplementations
* Kahlua - https://code.google.com/archive/p/kahlua/
* Mochalua - https://code.google.com/archive/p/mochalua/
* luaj - https://sourceforge.net/projects/luaj/
* Rembulan(5.3) - https://github.com/mjanicek/rembulan
* LuaJava - https://github.com/jasonsantos/luajava
* jnlua - https://code.google.com/archive/p/jnlua/