tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.03k stars 48 forks source link

Bugs with no-op #102

Closed porky11 closed 7 years ago

porky11 commented 8 years ago
(def main (fn extern-c void (void)
  (using-namespace std
    (no-op)
    (def x (var auto \ 1)))
  (def z (var auto \ x))))

x not in scope for z

tomhrr commented 8 years ago

On Thu, Sep 15, 2016 at 04:27:49PM -0700, Fabio Krapohl wrote:

(def main (fn extern-c void (void) (using-namespace std (no-op) (def x (var auto \ 1))) (def z (var auto \ x))))

x not in scope for z

Thanks, this has been fixed.