diff options
Diffstat (limited to 'core/operators.nom')
| -rw-r--r-- | core/operators.nom | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/operators.nom b/core/operators.nom index 5222a69..dd57cea 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -22,7 +22,6 @@ immediately compile [%x > %y] to: Lua value "(\(%x as lua expr) > \(%y as lua expr))" compile [%x <= %y] to: Lua value "(\(%x as lua expr) <= \(%y as lua expr))" compile [%x >= %y] to: Lua value "(\(%x as lua expr) >= \(%y as lua expr))" - # TODO: optimize case of [%x,%y] = [1,2] compile [%a is %b, %a = %b, %a == %b] to lua> ".." local safe = {Text=true, Number=true} |
