Update RESOURCES.md

This commit is contained in:
rileyJones 2017-07-24 14:37:59 -07:00 committed by GitHub
parent 7bab3773dc
commit aa2f1157fb
1 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,10 @@
# Resources
* 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/