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
*
- Removed the Lux source from the repo, as it now belongs to the lux/stdlib p...
Eduardo Julian
2015-10-04
1
-3303
/
+0
*
- Changed the license in the project.clj file (had forgotten until now).
Eduardo Julian
2015-09-30
1
-9
/
+32
*
- Returned to old format of type-environments where odds are arguments & even...
Eduardo Julian
2015-09-29
1
-43
/
+43
*
- Added support for Java annotations.
Eduardo Julian
2015-09-26
1
-2
/
+2
*
- Both method declarations & method definitions in classes can now include de...
Eduardo Julian
2015-09-26
1
-1
/
+1
*
- Now the file-name & the line numbers are stored inside the .class files for...
Eduardo Julian
2015-09-16
1
-21
/
+14
*
- :: no longer demands prefixes for the struct members
Eduardo Julian
2015-09-15
1
-2
/
+2
*
- The Macro type now flows from lux.lux into the compiler, to achieve a perfe...
Eduardo Julian
2015-09-15
1
-20
/
+3
*
- Compiler now takes into consideration exceptions that can be thrown by cons...
Eduardo Julian
2015-09-15
1
-43
/
+43
*
- Added exhaustiveness testing for exception-handling code.
Eduardo Julian
2015-09-12
1
-2
/
+5
*
- Primitive data-types can now be parameterized by other types.
Eduardo Julian
2015-09-12
1
-20
/
+23
*
- Updated the standard library.
Eduardo Julian
2015-09-11
1
-141
/
+30
*
- Added type inference for functions.
Eduardo Julian
2015-09-09
1
-22
/
+24
*
- Added the (untested) inference of tuple destructuring.
Eduardo Julian
2015-09-06
1
-76
/
+67
*
- Added type-inference when constructing tuples.
Eduardo Julian
2015-09-06
1
-65
/
+61
*
- Removed the (unnecessary) lux/meta/macro module.
Eduardo Julian
2015-09-06
1
-44
/
+78
*
- Expanded the standard library.
Eduardo Julian
2015-09-06
1
-8
/
+8
*
- Fixed the implementation of the Rec macro, which forgot to do application o...
Eduardo Julian
2015-09-01
1
-60
/
+111
*
- Added a macro to write recursive types.
Eduardo Julian
2015-09-01
1
-84
/
+112
*
- 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
[next]