aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_rcl.c
Commit message (Expand)AuthorAgeFilesLines
* Adopt new libucl.Vsevolod Stakhov2014-04-191-10/+11
* Avoid endless recursion while pushing ucl arrays to lua.Vsevolod Stakhov2013-11-261-3/+3
* Do not escape target string extra time.Vsevolod Stakhov2013-11-101-1/+1
* Sync with libucl.Vsevolod Stakhov2013-11-021-40/+35
* Avoid endless recursion in export ucl to lua.Vsevolod Stakhov2013-10-271-7/+7
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-221-41/+37
* Load RCL object from lua.Vsevolod Stakhov2013-10-021-2/+85
* Add preliminary implementation of lua to rcl converter.Vsevolod Stakhov2013-10-021-1/+21
* Add an emitter from rcl object to lua.Vsevolod Stakhov2013-10-021-0/+148