sasagawa888 / eisl

ISLisp interpreter/compiler
Other
267 stars 22 forks source link

compile error for defmodule #273

Closed sasagawa888 closed 1 year ago

sasagawa888 commented 1 year ago

following case

imported function infix->prefix not recognize as function,

(defmodule foo
    (import "formula" infix->prefix)

    (defpublic woo (x)
        (infix->prefix x))
)
sasagawa888 commented 1 year ago

Fixed.