diff options
| author | Eduardo Julian | 2018-05-07 21:43:19 -0400 | 
|---|---|---|
| committer | Eduardo Julian | 2018-05-07 21:43:19 -0400 | 
| commit | 07c70ad15ba4a8c9b00773a0a14eade28fe06569 (patch) | |
| tree | 18d6e938cb0a79ecffddd64da1958de47d75ee0f /new-luxc/source/luxc/lang/translation/lua/procedure | |
| parent | febfa99c2823219c2e76d2c73b1fd8db8f6c9918 (diff) | |
- Implemented bit-count in pure Lux.
Diffstat (limited to '')
| -rw-r--r-- | new-luxc/source/luxc/lang/translation/lua/procedure/common.jvm.lux | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/new-luxc/source/luxc/lang/translation/lua/procedure/common.jvm.lux b/new-luxc/source/luxc/lang/translation/lua/procedure/common.jvm.lux index d751c6781..3c8f94557 100644 --- a/new-luxc/source/luxc/lang/translation/lua/procedure/common.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/lua/procedure/common.jvm.lux @@ -159,10 +159,6 @@    [bit//logical-right-shift  runtimeT.bit//logical-right-shift]    ) -(def: bit//count -  Unary -  runtimeT.bit//count) -  ## [[Arrays]]  (def: (array//new sizeO)    Unary @@ -422,7 +418,6 @@    Bundle    (<| (prefix "bit")        (|> (dict.new text.Hash<Text>) -          (install "count" (unary bit//count))            (install "and" (binary bit//and))            (install "or" (binary bit//or))            (install "xor" (binary bit//xor)) | 
