diff options
author | Eduardo Julian | 2015-05-04 08:00:05 -0400 |
---|---|---|
committer | Eduardo Julian | 2015-05-04 08:00:05 -0400 |
commit | da7d3d23227e6d162ff287c8b1ba3f466caafdff (patch) | |
tree | 4b0396800c02de691c4de2848301088b9c5e0f47 /src/lux/analyser/host.clj | |
parent | fa251c2a22f004cd66461d2a8a101f2d88b15460 (diff) |
- Added alias-lux to import lux.lux definitions.
- Fixed a few bugs both in lux.lux & the compiler.
- Added exports to the language.
Diffstat (limited to '')
-rw-r--r-- | src/lux/analyser/host.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/analyser/host.clj b/src/lux/analyser/host.clj index 1b1947b35..1528f2032 100644 --- a/src/lux/analyser/host.clj +++ b/src/lux/analyser/host.clj @@ -102,7 +102,7 @@ (do-template [<name> <tag>] (defn <name> [analyse ?class ?method ?classes ?object ?args] - (prn '<name> ?class ?method) + ;; (prn '<name> ?class ?method) (|do [=class (&host/full-class-name ?class) ;; :let [_ (prn 'analyse-jvm-invokevirtual/=class =class)] =classes (&/map% &host/extract-jvm-param ?classes) |