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
*
- Found a compromise with the issue of certain definitions clashing with each...
Eduardo Julian
2015-08-31
1
-258
/
+258
*
- Removed the (now obsolete) `' macro.
Eduardo Julian
2015-08-30
1
-376
/
+413
*
- Remove the (unnec) "All'" and "->'" macros.
Eduardo Julian
2015-08-29
1
-145
/
+146
*
- Added some compiler optimizations.
Eduardo Julian
2015-08-29
1
-168
/
+174
*
- Removed the (unnecessary) lux/data/cont module.
Eduardo Julian
2015-08-29
1
-4
/
+41
*
- Changed the name of AllT (for-all type) to UnivQ (universal quantification).
Eduardo Julian
2015-08-28
1
-426
/
+456
*
The environments of AllT types are no longer stored inside a Maybe.
Eduardo Julian
2015-08-28
1
-29
/
+24
*
Changed the license from EPL to MPL.
Eduardo Julian
2015-08-28
1
-7
/
+4
*
Due to several performance issues and my inability to optimize them away due ...
Eduardo Julian
2015-08-28
1
-445
/
+440
*
- Restructuring how sums & products work [part 3]
Eduardo Julian
2015-08-23
1
-118
/
+134
*
- Restructuring how sums & products work [part 2]
Eduardo Julian
2015-08-23
1
-72
/
+82
*
- Restructuring how sums & products work [part 1]
Eduardo Julian
2015-08-23
1
-255
/
+234
*
- Finished turning tags into indices.
Eduardo Julian
2015-08-17
1
-336
/
+416
*
Introduced named types (#NamedT Ident Type).
Eduardo Julian
2015-08-16
1
-194
/
+235
*
Unified tuples & records.
Eduardo Julian
2015-08-16
1
-179
/
+152
*
- Some clean-up of needless code.
Eduardo Julian
2015-08-16
1
-171
/
+105
*
- Changing tags so they're actually indices (part 4).
Eduardo Julian
2015-08-12
1
-23
/
+4
*
- Changing tags so they're actually indices (part 3).
Eduardo Julian
2015-08-12
1
-50
/
+58
*
- Changing tags so they're actually indices (part 2).
Eduardo Julian
2015-08-10
1
-4
/
+4
*
- Changing tags so they're actually indices (part 1).
Eduardo Julian
2015-08-10
1
-118
/
+190
*
- Local vars can now longer have prefixed symbols.
Eduardo Julian
2015-08-05
1
-104
/
+116
*
- The compiler now stores the cursor of the last analysed AST in order to avo...
Eduardo Julian
2015-08-05
1
-12
/
+24
*
- Struct definition no longer required prefixed members (now, it actually pro...
Eduardo Julian
2015-08-04
1
-227
/
+242
*
- Renamed the Syntax type to AST.
Eduardo Julian
2015-08-04
1
-158
/
+158
*
- Added a macro for exporting definitions (to not depend on the #export tag o...
Eduardo Julian
2015-08-04
1
-19
/
+35
*
- 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
[next]