diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-27 16:45:11 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-27 16:45:35 -0700 |
| commit | b54829de363f67a8a6f6131ceb0eb27aa09d4292 (patch) | |
| tree | c03e3a7ad9a5cd58d0055b262e0ddf1bca89ba97 /core/operators.nom | |
| parent | 6fecb5d3950949d3bcf232f74283229248c21247 (diff) | |
Better text interpolation/handling of "\". Also added syntax support for
(statement; statement)
Diffstat (limited to 'core/operators.nom')
| -rw-r--r-- | core/operators.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/operators.nom b/core/operators.nom index a9deec1..480a75f 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -123,7 +123,7 @@ immediately vars[i] = tostring(target_lua); end \%lua:remove_free_vars(vars); - \%lua:prepend("local ", lhs, " = ", rhs, ";\\n"); + \%lua:prepend("local ", lhs, " = ", rhs, ";\n"); return Lua ".." do |
