47 Commits

Author SHA1 Message Date
leonardus
8dda2e5aeb Add VS Code to list of supported editors 2019-08-02 18:07:22 -07:00
leaf corcoran
3d81e1f05c move compile chunks into the compiler 2017-11-10 20:52:01 -08:00
leaf
0157b28ed6 Merge pull request #4 from VaiN474/patch-1
Add Editor Support to README
2017-09-09 20:31:04 -07:00
V41N
27ba763c91 Add Editor Support to README
Added links for syntax highlighting for Vim, Sublime/Textmate, and Atom.
2017-09-09 22:26:33 -04:00
leaf corcoran
20bc713091 correct version 2016-06-06 00:00:45 -07:00
leaf corcoran
0fa4978440 version bump 2016-06-05 23:56:16 -07:00
leaf corcoran
27b4dd34dd fix infinite loop when trying to compile with unclosed string 2016-06-05 23:55:48 -07:00
leaf corcoran
e1eaae69e4 typo in readme 2014-02-19 00:20:57 -08:00
leaf corcoran
8d8f509bb2 custom compiler docs 2014-02-19 00:16:13 -08:00
leaf corcoran
a0aad3e29e rebuild 2014-02-19 00:07:08 -08:00
leaf corcoran
5fc37e17bd missing value for mark 2014-02-07 21:24:46 -08:00
leaf corcoran
3c68088308 change how values are passed to compiled template, require a buffer pos if passing buffer 2014-02-06 20:10:12 -08:00
leaf corcoran
443f4ad8e6 rename renderer to compiler 2014-02-06 19:59:48 -08:00
leaf corcoran
f39251eaf7 allow renderer to be provided 2014-02-06 19:58:58 -08:00
leaf corcoran
513f0ef39c extract template renderer into own class 2014-02-06 19:55:10 -08:00
leaf corcoran
23f849374d update install instructions 2014-02-01 19:18:56 -08:00
leaf corcoran
c9125755d9 more readme updates 2014-02-01 12:41:44 -08:00
leaf corcoran
dc9e81edda change words 2014-02-01 12:37:54 -08:00
leaf corcoran
f49bcc0bfc add documentation for raw api 2014-02-01 12:36:47 -08:00
leaf corcoran
e81c4e4399 add compile_to_lua helper function 2014-02-01 12:36:38 -08:00
leaf corcoran
9fd6d7af0f test for buffer re-use 2014-02-01 12:09:46 -08:00
leaf corcoran
fe504d3d25 concat is done outside of compiled func 2014-02-01 12:07:43 -08:00
leaf corcoran
761ee03fbd render takes varargs 2014-02-01 12:07:28 -08:00
leaf corcoran
f2a819b7f4 split @load apart, add @run 2014-02-01 11:59:22 -08:00
leaf corcoran
8b67327708 pass buffer from outer scope, export some locals from _G 2014-02-01 11:44:12 -08:00
leaf corcoran
a122f54d0e remove versioned rockspec 2013-10-28 09:39:59 -07:00
leaf corcoran
92f0f7d78a don't use coroutine to yield template code (fixes issue in lapis) 2013-10-28 09:35:39 -07:00
leaf corcoran
1344dee1e1 fix branch in current rockspec 2013-10-26 10:23:46 -07:00
leaf corcoran
47ca09218f add version inside of module 2013-10-26 10:21:00 -07:00
leaf corcoran
00f5f1f7c7 bump version name change 2013-10-26 10:19:06 -07:00
leaf corcoran
a5dc45b88b rename project to etlua 2013-10-26 10:08:13 -07:00
leaf corcoran
0a683fb35d readme...... 2013-10-25 09:56:31 -07:00
leaf corcoran
9e82198a79 and another typo in readme 2013-10-25 09:27:54 -07:00
leaf corcoran
463a339d84 update rockspec 2013-10-25 09:25:28 -07:00
leaf corcoran
3624f4150c fix typo in readme 2013-10-25 09:21:58 -07:00
leaf corcoran
a04c6eee58 install in readme 2013-10-25 09:20:05 -07:00
leaf corcoran
49547ccfe1 remove unnecessary args 2013-10-25 09:13:47 -07:00
leaf corcoran
eeca625118 add built version and rockspec 2013-10-25 09:09:43 -07:00
leaf corcoran
a8d50167d7 update readme 2013-10-25 00:24:52 -07:00
leaf corcoran
5abbc2fc7c compile time error rewriting, return nil,err instead of throwing error 2013-10-25 00:16:29 -07:00
leaf corcoran
c6ea31fba8 local 2013-10-24 10:02:57 -07:00
leaf corcoran
26a88b3514 add readme 2013-10-24 00:10:46 -07:00
leaf corcoran
edeae43cd5 expose _G 2013-10-24 00:07:51 -07:00
leaf corcoran
79ad17f9f1 html escape <%= and don't escape <%- 2013-10-23 23:53:22 -07:00
leaf corcoran
5cf2890dba trim newline 2013-10-23 23:35:01 -07:00
leaf corcoran
8957308167 more code 2013-10-23 23:10:48 -07:00
leaf corcoran
dfdeae21d7 initial 2013-10-23 01:04:13 -07:00