aboutsummaryrefslogtreecommitdiff
path: root/src/lux/packager/program.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-30- Moved the packaging of Lux programs from the compiler to the Leiningen plugin.Eduardo Julian1-145/+0
2016-10-25- Improved the way resources and source code are handled.Eduardo Julian1-25/+30
2016-10-11- Finished a working implementation of parallel compilation, that doesn't rel...Eduardo Julian1-3/+2
2016-10-09- Now merging compiler-states pre-and-post module compilation.Eduardo Julian1-2/+4
2016-05-03- Made a small adjustment when packaging the .jars of programs, to avoid pack...Eduardo Julian1-1/+4
2016-04-21- Fixed a bug when lexing multi-line text.Eduardo Julian1-1/+1
2016-02-29- VarT and ExT types are now treated as java.lang.Object.Eduardo Julian1-13/+14
2016-02-18- Now adding the contents of the "resources" directory into the class-path an...Eduardo Julian1-4/+25
2016-02-04- Fixed some bugs regarding the handling of sums & products.Eduardo Julian1-1/+1
2015-12-20- Fixed a bug wherein the cache became ineffective due to wrong file-paths ma...Eduardo Julian1-1/+1
2015-11-29- _jvm_anon-class now requires that constructor arguments (with proper type-t...Eduardo Julian1-4/+5
2015-10-07- The method-invocation analysers now take into consideration whether they mu...Eduardo Julian1-2/+2
2015-10-04- Removed the Lux source from the repo, as it now belongs to the lux/stdlib p...Eduardo Julian1-14/+28
2015-09-29- Cleaned-up the comments from the codebase.Eduardo Julian1-5/+1
2015-09-27- Lux programs can now use libraries for both the JVM (.jar files) and pure L...Eduardo Julian1-5/+42
2015-09-11- Abandoned the old format for classes of having module names separated by un...Eduardo Julian1-5/+13
2015-08-28Changed the license from EPL to MPL.Eduardo Julian1-7/+4
2015-07-29- lux;using no longer prefixes variables.Eduardo Julian1-0/+61