index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
lux.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Type definitions inside the compiler data now hold the type itself.
Eduardo Julian
2015-08-03
1
-7
/
+17
*
- Added a module for hashing.
Eduardo Julian
2015-08-02
1
-221
/
+340
*
- Did some refactoring of the standard library.
Eduardo Julian
2015-07-31
1
-504
/
+611
*
- lux;using no longer prefixes variables.
Eduardo Julian
2015-07-29
1
-2
/
+2
*
- Changed the name of lux/host/java to lux/host/jvm
Eduardo Julian
2015-07-26
1
-13
/
+14
*
- Fixed a pattern-matching error where generalizations of types (universal-qu...
Eduardo Julian
2015-07-26
1
-39
/
+78
*
- The output directory is now being used as the cache.
Eduardo Julian
2015-07-25
1
-0
/
+2784
*
- The directory for source-code is now named "input".
Eduardo Julian
2015-06-20
1
-2169
/
+0
*
- Added imports.
Eduardo Julian
2015-06-12
1
-18
/
+24
*
- Reimplemented module-aliasing.
Eduardo Julian
2015-06-10
1
-26
/
+35
*
- Put definition metadata into the generated .class files.
Eduardo Julian
2015-06-09
1
-23
/
+6
*
- Finished _jvm-interface_ & _jvm-class_.
Eduardo Julian
2015-05-31
1
-93
/
+114
*
- _jvm_program now relies on the (IO (,)) type.
Eduardo Julian
2015-05-27
1
-6
/
+7
*
- Now using an in-memory class-loader.
Eduardo Julian
2015-05-26
1
-2
/
+4
*
- Cleaned-up a few things in lux.lux
Eduardo Julian
2015-05-24
1
-110
/
+100
*
- Added a simple optimization based on the idea of avoiding to compare 2 type...
Eduardo Julian
2015-05-22
1
-35
/
+35
*
- Corrected the indentation issues in the lux files.
Eduardo Julian
2015-05-22
1
-999
/
+1070
*
- Removed the apparently unnecessary total-locals.
Eduardo Julian
2015-05-14
1
-13
/
+33
*
- Changed the names of the tags of the Syntax type to differentiate them bett...
Eduardo Julian
2015-05-10
1
-226
/
+226
*
- Switched to the new prefix convention for both lux's special forms and the ...
Eduardo Julian
2015-05-10
1
-1153
/
+1164
*
- Now analysing function-application backwards.
Eduardo Julian
2015-05-10
1
-374
/
+308
*
- Eliminated #eval-ctor from the HostState and now #seed is used for the same...
Eduardo Julian
2015-05-07
1
-4
/
+2
*
- Made several optimizations to the compiler.
Eduardo Julian
2015-05-06
1
-2
/
+2
*
v0.1
Eduardo Julian
2015-05-04
1
-1
/
+1
*
- Added the LuxVar type to properly specify the type of environment bindings.
Eduardo Julian
2015-05-04
1
-14
/
+138
*
- Added alias-lux to import lux.lux definitions.
Eduardo Julian
2015-05-04
1
-87
/
+125
*
- Added def-aliasing.
Eduardo Julian
2015-05-03
1
-68
/
+113
*
- Added ;;self-prefixes.
Eduardo Julian
2015-05-03
1
-48
/
+103
*
- Fixed escaping in chars
Eduardo Julian
2015-05-03
1
-17
/
+189
*
- The type syntax is finally complete ^_^
Eduardo Julian
2015-05-03
1
-110
/
+182
*
- Implemented some new macros & functions in lux.lux.
Eduardo Julian
2015-05-02
1
-113
/
+212
*
- Finally got find-macro & macro-expand to work... (Note: type-vars bug is st...
Eduardo Julian
2015-05-02
1
-68
/
+32
*
- Added existential types via #ExT.
Eduardo Julian
2015-05-01
1
-1
/
+2
*
Optimized the compiler with 2 tweaks:
Eduardo Julian
2015-05-01
1
-26
/
+0
*
- Added the lux;seed slot to the compiler state.
Eduardo Julian
2015-05-01
1
-6
/
+35
*
- declare-macro has returned.
Eduardo Julian
2015-05-01
1
-694
/
+464
*
- Implemented pattern-matching for records.
Eduardo Julian
2015-04-30
1
-61
/
+23
*
- Made a slight correction to the Syntax type when it comes to records (slot-...
Eduardo Julian
2015-04-29
1
-208
/
+192
*
- Fixed some errors in lux.lux.
Eduardo Julian
2015-04-28
1
-1102
/
+1294
*
- lux/analyser/def has been renamed to lux/analyser/module.
Eduardo Julian
2015-04-26
1
-214
/
+213
*
Made a correction to lux.lux and the analyser regarding how to handle type-vars.
Eduardo Julian
2015-04-26
1
-3
/
+4
*
- Macros are no longer declared. Instead, they are automatically detected.
Eduardo Julian
2015-04-26
1
-257
/
+270
*
- No more Any (Top) and Nothing (Bottom) types.
Eduardo Julian
2015-04-25
1
-32
/
+25
*
- More accurate AllT environment management by using (Maybe TypeEnv) instead ...
Eduardo Julian
2015-04-25
1
-28
/
+30
*
- Fused lux;local-envs & lux;global-envs as lux;envs.
Eduardo Julian
2015-04-23
1
-18
/
+22
*
- Added a dummy implementation of "export'".
Eduardo Julian
2015-04-23
1
-208
/
+395
*
- Removed analyse-2, as it was redundant.
Eduardo Julian
2015-04-23
1
-444
/
+412
*
- Fixed several bugs in lux.lux
Eduardo Julian
2015-04-19
1
-1088
/
+1258
*
- Solved the bug wherein type-inferencing was causing computational complexit...
Eduardo Julian
2015-04-17
1
-208
/
+188
*
- |do bindings are now based on pattern matching (that way, tuple destructuri...
Eduardo Julian
2015-04-16
1
-1219
/
+1239
[next]