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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-28
- Changed the name of AllT (for-all type) to UnivQ (universal quantification).
Eduardo Julian
2
-430
/
+460
2015-08-28
The environments of AllT types are no longer stored inside a Maybe.
Eduardo Julian
1
-29
/
+24
2015-08-28
Changed the license from EPL to MPL.
Eduardo Julian
39
-273
/
+156
2015-08-28
Due to several performance issues and my inability to optimize them away due ...
Eduardo Julian
7
-497
/
+494
2015-08-23
- Restructuring how sums & products work [part 3]
Eduardo Julian
7
-172
/
+186
2015-08-23
- Restructuring how sums & products work [part 2]
Eduardo Julian
1
-72
/
+82
2015-08-23
- Restructuring how sums & products work [part 1]
Eduardo Julian
1
-255
/
+234
2015-08-17
- Finished turning tags into indices.
Eduardo Julian
19
-467
/
+547
2015-08-16
Introduced named types (#NamedT Ident Type).
Eduardo Julian
1
-194
/
+235
2015-08-16
Unified tuples & records.
Eduardo Julian
1
-179
/
+152
2015-08-16
- Some clean-up of needless code.
Eduardo Julian
1
-171
/
+105
2015-08-12
- Changing tags so they're actually indices (part 4).
Eduardo Julian
1
-23
/
+4
2015-08-12
- Changing tags so they're actually indices (part 3).
Eduardo Julian
1
-50
/
+58
2015-08-10
- Changing tags so they're actually indices (part 2).
Eduardo Julian
1
-4
/
+4
2015-08-10
- Changing tags so they're actually indices (part 1).
Eduardo Julian
1
-118
/
+190
2015-08-05
- Local vars can now longer have prefixed symbols.
Eduardo Julian
7
-139
/
+152
2015-08-05
- The compiler now stores the cursor of the last analysed AST in order to avo...
Eduardo Julian
2
-15
/
+30
2015-08-04
- Struct definition no longer required prefixed members (now, it actually pro...
Eduardo Julian
19
-356
/
+371
2015-08-04
- Renamed the Syntax type to AST.
Eduardo Julian
15
-241
/
+271
2015-08-04
- Added a macro for exporting definitions (to not depend on the #export tag o...
Eduardo Julian
6
-32
/
+47
2015-08-03
- Type definitions inside the compiler data now hold the type itself.
Eduardo Julian
4
-22
/
+48
2015-08-03
Implemented text-interpolation through a macro ("<>") in lux/data/text
Eduardo Julian
6
-24
/
+89
2015-08-02
- Added a module for hashing.
Eduardo Julian
8
-281
/
+431
2015-07-31
- Did some refactoring of the standard library.
Eduardo Julian
27
-711
/
+1080
2015-07-29
- lux;using no longer prefixes variables.
Eduardo Julian
11
-96
/
+67
2015-07-26
- Changed the name of lux/host/java to lux/host/jvm
Eduardo Julian
9
-195
/
+145
2015-07-26
- Fixed a pattern-matching error where generalizations of types (universal-qu...
Eduardo Julian
8
-93
/
+133
2015-07-25
- The output directory is now being used as the cache.
Eduardo Julian
31
-0
/
+5222
2015-06-20
- The directory for source-code is now named "input".
Eduardo Julian
2
-2184
/
+0
2015-06-12
- Added imports.
Eduardo Julian
1
-18
/
+24
2015-06-10
- Reimplemented module-aliasing.
Eduardo Julian
1
-26
/
+35
2015-06-09
- Put definition metadata into the generated .class files.
Eduardo Julian
1
-23
/
+6
2015-05-31
- Finished _jvm-interface_ & _jvm-class_.
Eduardo Julian
1
-93
/
+114
2015-05-27
- _jvm_program now relies on the (IO (,)) type.
Eduardo Julian
2
-10
/
+8
2015-05-26
- Now using an in-memory class-loader.
Eduardo Julian
1
-2
/
+4
2015-05-24
- Cleaned-up a few things in lux.lux
Eduardo Julian
1
-110
/
+100
2015-05-22
- Added a simple optimization based on the idea of avoiding to compare 2 type...
Eduardo Julian
1
-35
/
+35
2015-05-22
- Corrected the indentation issues in the lux files.
Eduardo Julian
2
-1003
/
+1074
2015-05-14
- Removed the apparently unnecessary total-locals.
Eduardo Julian
2
-14
/
+34
2015-05-10
- Changed the names of the tags of the Syntax type to differentiate them bett...
Eduardo Julian
1
-226
/
+226
2015-05-10
- Switched to the new prefix convention for both lux's special forms and the ...
Eduardo Julian
2
-1158
/
+1169
2015-05-10
- Now analysing function-application backwards.
Eduardo Julian
2
-377
/
+311
2015-05-07
- Eliminated #eval-ctor from the HostState and now #seed is used for the same...
Eduardo Julian
1
-4
/
+2
2015-05-06
- Made several optimizations to the compiler.
Eduardo Julian
1
-2
/
+2
2015-05-04
v0.1
Eduardo Julian
1
-1
/
+1
2015-05-04
- Added the LuxVar type to properly specify the type of environment bindings.
Eduardo Julian
2
-14
/
+144
2015-05-04
- Added alias-lux to import lux.lux definitions.
Eduardo Julian
2
-87
/
+137
2015-05-03
- Added def-aliasing.
Eduardo Julian
1
-68
/
+113
2015-05-03
- Added ;;self-prefixes.
Eduardo Julian
1
-48
/
+103
2015-05-03
- Fixed escaping in chars
Eduardo Julian
1
-17
/
+189
[next]